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:
Gil Eluard
2022-10-15 12:07:30 +02:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
@@ -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
+1
View File
@@ -0,0 +1 @@
All chats shows no rooms in the list.