diff --git a/Signal/src/Loki/View Controllers/HomeVC.swift b/Signal/src/Loki/View Controllers/HomeVC.swift index 19af65f6a..4b205154e 100644 --- a/Signal/src/Loki/View Controllers/HomeVC.swift +++ b/Signal/src/Loki/View Controllers/HomeVC.swift @@ -202,6 +202,7 @@ final class HomeVC : BaseVC, UITableViewDataSource, UITableViewDelegate, UIScrol uiDatabaseConnection.read { transaction in self.threads.update(with: transaction) } + threadViewModelCache.removeAll() tableView.reloadData() emptyStateView.isHidden = (threadCount != 0) }