Commit 81b6e6f8 authored by Jérôme Lebel's avatar Jérôme Lebel Committed by Commit Bot

[iOS] Advanced sign-in view controller presented as a sheet

Before:
https://drive.google.com/open?id=1GKDMouROHxUjhHsyQ-c-ys8N4HxAgykk

After:
https://drive.google.com/open?id=10y3l1arRrSAxFphOnsHAuEZh9Z8Oo4tW

Bug: 950993
Change-Id: I5996c54a1cacca87d06e55269ead1012b74e4aa9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1564154Reviewed-by: default avatarGauthier Ambard <gambard@chromium.org>
Commit-Queue: Jérôme Lebel <jlebel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#649833}
parent b5ae265e
...@@ -46,6 +46,8 @@ using l10n_util::GetNSString; ...@@ -46,6 +46,8 @@ using l10n_util::GetNSString;
- (void)start { - (void)start {
self.advancedSigninSettingsNavigationController = self.advancedSigninSettingsNavigationController =
[[AdvancedSigninSettingsNavigationController alloc] init]; [[AdvancedSigninSettingsNavigationController alloc] init];
self.advancedSigninSettingsNavigationController.modalPresentationStyle =
UIModalPresentationFormSheet;
self.googleServicesSettingsCoordinator = [[GoogleServicesSettingsCoordinator self.googleServicesSettingsCoordinator = [[GoogleServicesSettingsCoordinator
alloc] alloc]
initWithBaseViewController:self.advancedSigninSettingsNavigationController initWithBaseViewController:self.advancedSigninSettingsNavigationController
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment