mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Removed labs flag and enabled New App Layout
This commit is contained in:
@@ -382,7 +382,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
|
||||
isRefreshNeeded = NO;
|
||||
|
||||
// Refresh the tabBar icon badges
|
||||
if (!BuildSettings.isNewAppLayoutActivated)
|
||||
if (!BuildSettings.newAppLayoutEnabled)
|
||||
{
|
||||
// Refresh the tabBar icon badges
|
||||
[[AppDelegate theDelegate].masterTabBarController refreshTabBarBadges];
|
||||
@@ -1105,7 +1105,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
|
||||
[self refreshRecentsTable];
|
||||
}
|
||||
|
||||
if (!BuildSettings.isNewAppLayoutActivated)
|
||||
if (!BuildSettings.newAppLayoutEnabled)
|
||||
{
|
||||
// Since we've enabled room list pagination, `refreshRecentsTable` not called in this case.
|
||||
// Refresh tab bar badges separately.
|
||||
|
||||
Reference in New Issue
Block a user