Explorar o código

refresh empty state label after inital async chat list loading

cyberta %!s(int64=3) %!d(string=hai) anos
pai
achega
245d1ca013
Modificáronse 1 ficheiros con 1 adicións e 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()
             }
         }
     }