Merge pull request #6675 from vector-im/gil/6673-Remove_labs_flag_for_New_App_Layout

Removed labs flag and enabled New App Layout
This commit is contained in:
Stefan Ceriu
2022-09-07 12:27:29 +03:00
committed by GitHub
17 changed files with 36 additions and 80 deletions
+1 -1
View File
@@ -221,7 +221,7 @@
{
[super viewDidLoad];
if (BuildSettings.isNewAppLayoutActivated)
if (BuildSettings.newAppLayoutEnabled)
{
[self vc_setLargeTitleDisplayMode: UINavigationItemLargeTitleDisplayModeNever];
}