mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
Merge pull request #4882 from nextcloud/open_conversations_list
show full open conversation list when search text is empty
This commit is contained in:
commit
5aab7ac9bb
@ -73,6 +73,9 @@ class ListOpenConversationsActivity : BaseActivity() {
|
||||
if (!text.isNullOrBlank()) {
|
||||
openConversationsViewModel.updateSearchTerm(text.toString())
|
||||
openConversationsViewModel.fetchConversations()
|
||||
} else {
|
||||
openConversationsViewModel.updateSearchTerm("")
|
||||
openConversationsViewModel.fetchConversations()
|
||||
}
|
||||
}
|
||||
initObservers()
|
||||
|
Loading…
Reference in New Issue
Block a user