Fix vector-im/element-ios/issues/4208 - Home screen doesn't update properly on theme changes.

This commit is contained in:
Stefan Ceriu
2022-01-14 13:26:14 +02:00
committed by Stefan Ceriu
parent 7f459970d8
commit 7e5620d1a5
2 changed files with 3 additions and 5 deletions
@@ -193,11 +193,8 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
[ThemeService.shared.theme applyStyleOnSearchBar:tableSearchBar];
[ThemeService.shared.theme applyStyleOnSearchBar:self.recentsSearchBar];
if (self.recentsTableView.dataSource)
{
// Force table refresh
[self cancelEditionMode:YES];
}
// Force table refresh
[self.recentsTableView reloadData];
[self.emptyView updateWithTheme:ThemeService.shared.theme];