MESSENGER-3624 Changed support screen text

This commit is contained in:
Arnfried Griesert
2022-11-10 07:32:23 +00:00
committed by Frank Rotermund
parent ed2999ce84
commit f0a922d33e
2 changed files with 14 additions and 1 deletions
@@ -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)