mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Small navigation bar title for support screen
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user