mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-25 22:49:51 +01: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(conversationItems)
|
||||||
sortConversations(conversationItemsWithHeader)
|
sortConversations(conversationItemsWithHeader)
|
||||||
adapter!!.updateDataSet(conversationItems, false)
|
if (!filterState.containsValue(true)) filterableConversationItems = conversationItems
|
||||||
|
adapter!!.updateDataSet(filterableConversationItems, false)
|
||||||
Handler().postDelayed({ checkToShowUnreadBubble() }, UNREAD_BUBBLE_DELAY.toLong())
|
Handler().postDelayed({ checkToShowUnreadBubble() }, UNREAD_BUBBLE_DELAY.toLong())
|
||||||
fetchOpenConversations(apiVersion)
|
fetchOpenConversations(apiVersion)
|
||||||
binding?.swipeRefreshLayoutView?.isRefreshing = false
|
binding?.swipeRefreshLayoutView?.isRefreshing = false
|
||||||
|
Loading…
Reference in New Issue
Block a user