Small navigation bar title for support screen

This commit is contained in:
Arnfried Griesert
2022-11-10 06:44:53 +01:00
parent 4a410d06b1
commit 3eaf1e086b
@@ -3264,7 +3264,8 @@ ChangePasswordCoordinatorBridgePresenterDelegate>
WebViewViewController *webViewViewController = [[WebViewViewController alloc] initWithLocalHTMLFile:htmlFile];
webViewViewController.title = BWIL10n.settingsSupport;
[webViewViewController vc_setLargeTitleDisplayMode:UINavigationItemLargeTitleDisplayModeNever];
[self pushViewController:webViewViewController];
}
else if (row == ABOUT_PRIVACY_INDEX)