mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 06:36:58 +02:00
Added Labs flag for the new App Layout
- Make CI happy
This commit is contained in:
@@ -91,7 +91,7 @@ final class AppCoordinator: NSObject, AppCoordinatorType {
|
||||
// Setup user location services
|
||||
_ = UserLocationServiceProvider.shared
|
||||
|
||||
if RiotSettings.shared.isSideMenuActivated {
|
||||
if BuildSettings.isSideMenuActivated {
|
||||
self.addSideMenu()
|
||||
}
|
||||
|
||||
@@ -163,7 +163,7 @@ final class AppCoordinator: NSObject, AppCoordinatorType {
|
||||
}
|
||||
|
||||
@objc private func newAppLayoutToggleDidChange(notification: Notification) {
|
||||
if RiotSettings.shared.isSideMenuActivated {
|
||||
if BuildSettings.isSideMenuActivated {
|
||||
self.addSideMenu()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4257,7 +4257,7 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
|
||||
}
|
||||
|
||||
// Need to set `showAllRoomsInHomeSpace` to `true` for the new App Layout
|
||||
if (RiotSettings.shared.isNewAppLayoutActivated)
|
||||
if (BuildSettings.isNewAppLayoutActivated)
|
||||
{
|
||||
RiotSettings.shared.showAllRoomsInHomeSpace = YES;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user