mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
Fix emptyView never being shown in RecentsViewController.
This commit is contained in:
@@ -1059,10 +1059,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
|
||||
[[AppDelegate theDelegate].masterTabBarController refreshTabBarBadges];
|
||||
}
|
||||
|
||||
if (changes == nil)
|
||||
{
|
||||
[self showEmptyViewIfNeeded];
|
||||
}
|
||||
[self showEmptyViewIfNeeded];
|
||||
|
||||
if (dataSource.state == MXKDataSourceStateReady)
|
||||
{
|
||||
|
||||
1
changelog.d/5727.bugfix
Normal file
1
changelog.d/5727.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Room lists: Show the getting started hints again when there are no rooms in a tab.
|
||||
Reference in New Issue
Block a user