Added Labs flag for the new App Layout

- Make CI happy
This commit is contained in:
Gil Eluard
2022-08-29 15:24:10 +02:00
parent 4b619eda39
commit 0c4f69ffcc
13 changed files with 40 additions and 36 deletions
@@ -3994,6 +3994,10 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
- (void)toggleEnableNewAppLayout:(UISwitch *)sender
{
if (sender.isOn)
{
RiotSettings.shared.showAllRoomsInHomeSpace = YES;
}
RiotSettings.shared.newAppLayoutBetaEnabled = sender.isOn;
}