mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-26 11:30:50 +02:00
HomeViewController: Fix shouldShowEmptyView condition.
This commit is contained in:
@@ -867,7 +867,7 @@
|
||||
// Check if some banners should be displayed
|
||||
if (recentsDataSource.secureBackupBannerSection != -1 || recentsDataSource.crossSigningBannerSection != -1)
|
||||
{
|
||||
return YES;
|
||||
return NO;
|
||||
}
|
||||
|
||||
// Otherwise check the number of items to display
|
||||
|
||||
Reference in New Issue
Block a user