mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Added Labs flag for the new App Layout
- Make CI happy
This commit is contained in:
@@ -3994,6 +3994,10 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
|
||||
|
||||
- (void)toggleEnableNewAppLayout:(UISwitch *)sender
|
||||
{
|
||||
if (sender.isOn)
|
||||
{
|
||||
RiotSettings.shared.showAllRoomsInHomeSpace = YES;
|
||||
}
|
||||
RiotSettings.shared.newAppLayoutBetaEnabled = sender.isOn;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user