Commit 6e0c78e5 authored by Noor Binte Amir's avatar Noor Binte Amir

Update ChatRoomsViewModel.kt

parent 82bd043a
......@@ -186,7 +186,7 @@ fun Query.asSortingOrder(): ChatRoomsRepository.Order {
ChatRoomsRepository.Order.GROUPED_ACTIVITY
}
else if(unreadOnTop && !grouped){
ChatRoomsRepository.Order.UNREAD_ON_TOP_ACTIVITY
ChatRoomsRepository.Order.UNREAD_ON_TOP_ACTIVITY //test
}
else if(unreadOnTop && grouped){
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