mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-07 00:17:43 +02:00
Merge pull request #6890 from vector-im/gil/6869-All_chats_shows_no_rooms_in_the_list
All chats shows no rooms in the list
This commit is contained in:
@@ -439,7 +439,7 @@ class AllChatsViewController: HomeViewController {
|
||||
}
|
||||
|
||||
override func shouldShowEmptyView() -> Bool {
|
||||
let shouldShowEmptyView = super.shouldShowEmptyView()
|
||||
let shouldShowEmptyView = super.shouldShowEmptyView() && !AllChatsLayoutSettingsManager.shared.hasAnActiveFilter
|
||||
|
||||
if shouldShowEmptyView {
|
||||
self.navigationItem.searchController = nil
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
All chats shows no rooms in the list.
|
||||
Reference in New Issue
Block a user