Use regular titles for sub-screens of Settings.

This commit is contained in:
Doug
2022-10-05 15:14:37 +01:00
committed by Doug
parent 09cd354d6d
commit 2ef07ac75b
8 changed files with 12 additions and 0 deletions
@@ -156,6 +156,7 @@ TableViewSectionsDelegate>
// Do any additional setup after loading the view, typically from a nib.
self.navigationItem.title = [VectorL10n securitySettingsTitle];
[self vc_setLargeTitleDisplayMode:UINavigationItemLargeTitleDisplayModeNever];
[self vc_removeBackTitle];
[self.tableView registerClass:MXKTableViewCellWithLabelAndSwitch.class forCellReuseIdentifier:[MXKTableViewCellWithLabelAndSwitch defaultReuseIdentifier]];