mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 14:27:24 +00:00
WIP filtered items persist on resumed
Signed-off-by: Julius Linus julius.linus@nextcloud.com
This commit is contained in:
parent
773f0a79ce
commit
8a6fc63d56
@ -566,7 +566,8 @@ class ConversationsListActivity :
|
||||
}
|
||||
sortConversations(conversationItems)
|
||||
sortConversations(conversationItemsWithHeader)
|
||||
adapter!!.updateDataSet(conversationItems, false)
|
||||
if (!filterState.containsValue(true)) filterableConversationItems = conversationItems
|
||||
adapter!!.updateDataSet(filterableConversationItems, false)
|
||||
Handler().postDelayed({ checkToShowUnreadBubble() }, UNREAD_BUBBLE_DELAY.toLong())
|
||||
fetchOpenConversations(apiVersion)
|
||||
binding?.swipeRefreshLayoutView?.isRefreshing = false
|
||||
|
Loading…
Reference in New Issue
Block a user