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
+1 -1
View File
@@ -341,7 +341,7 @@
_bubblesTableView.hidden = NO;
}
if (BuildSettings.isNewAppLayoutActivated)
if (RiotSettings.shared.isNewAppLayoutActivated)
{
[self vc_setLargeTitleDisplayMode: UINavigationItemLargeTitleDisplayModeNever];
}