Explorar el Código

refresh empty state label after inital async chat list loading

cyberta hace 3 años
padre
commit
245d1ca013
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.searchBar.delegate = self
                 }
-                self.tableView.reloadData()
+                self.handleChatListUpdate()
             }
         }
     }