Commit 58cef268 authored by Noor Binte Amir's avatar Noor Binte Amir

Update ChatRoomsViewModel.kt

parent c2670774
...@@ -186,7 +186,7 @@ fun Query.asSortingOrder(): ChatRoomsRepository.Order { ...@@ -186,7 +186,7 @@ fun Query.asSortingOrder(): ChatRoomsRepository.Order {
ChatRoomsRepository.Order.GROUPED_ACTIVITY ChatRoomsRepository.Order.GROUPED_ACTIVITY
} }
else if(unreadOnTop && !grouped){ else if(unreadOnTop && !grouped){
ChatRoomsRepository.Order.UNREAD_ON_TOP_ACTIVITY //test ChatRoomsRepository.Order.UNREAD_ON_TOP_ACTIVITY
} }
else if(unreadOnTop && grouped){ else if(unreadOnTop && grouped){
ChatRoomsRepository.Order.UNREAD_ON_TOP_GROUPED_ACTIVITY ChatRoomsRepository.Order.UNREAD_ON_TOP_GROUPED_ACTIVITY
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment