Added Labs flag for the new App Layout

- Make CI happy
This commit is contained in:
Gil Eluard
2022-08-29 16:01:34 +02:00
parent 0c4f69ffcc
commit 75699ccf49
12 changed files with 35 additions and 34 deletions
+1 -1
View File
@@ -341,7 +341,7 @@
_bubblesTableView.hidden = NO;
}
if (RiotSettings.shared.isNewAppLayoutActivated)
if (BuildSettings.isNewAppLayoutActivated)
{
[self vc_setLargeTitleDisplayMode: UINavigationItemLargeTitleDisplayModeNever];
}