Browse Source

refresh empty state label after inital async chat list loading

cyberta 3 years ago
parent
commit
245d1ca013
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deltachat-ios/Controller/ChatListController.swift

+ 1 - 1
deltachat-ios/Controller/ChatListController.swift

@@ -73,7 +73,7 @@ class ChatListController: UITableViewController {
                     self.searchController.searchResultsUpdater = self.viewModel
                     self.searchController.searchResultsUpdater = self.viewModel
                     self.searchController.searchBar.delegate = self
                     self.searchController.searchBar.delegate = self
                 }
                 }
-                self.tableView.reloadData()
+                self.handleChatListUpdate()
             }
             }
         }
         }
     }
     }