commit | 998b94d44e822e70d4ae58381f3565fc4041b51e | [log] [tgz] |
---|---|---|
author | Vidhan Jain <vidhanj@google.com> | Fri Jun 21 09:49:27 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 21 09:49:27 2024 |
tree | e2b214975403e26c482a9474af6f15597da807c8 | |
parent | 101f38a35ef50d658446eba6b085fd83da62fcbd [diff] |
[iOS] Fix the transition between edit address and country picker view Screencast: https://screencast.googleplex.com/cast/NTUwNjc5NDE0MjA0MDA2NHxiZTI5OTI3ZS0zNw Bug: 1482269 Change-Id: I86b351446d24c4b3b18f5ffe12c52c3f06c04749 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5640897 Reviewed-by: Tommy Martino <tmartino@chromium.org> Commit-Queue: Vidhan Jain <vidhanj@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1317853}
diff --git a/ios/chrome/browser/autofill/ui_bundled/bottom_sheet/autofill_edit_profile_bottom_sheet_coordinator.mm b/ios/chrome/browser/autofill/ui_bundled/bottom_sheet/autofill_edit_profile_bottom_sheet_coordinator.mm index 32b61713..f54e52bd 100644 --- a/ios/chrome/browser/autofill/ui_bundled/bottom_sheet/autofill_edit_profile_bottom_sheet_coordinator.mm +++ b/ios/chrome/browser/autofill/ui_bundled/bottom_sheet/autofill_edit_profile_bottom_sheet_coordinator.mm
@@ -154,11 +154,9 @@ allCountries:allCountries settingsView:NO]; - // TODO(crbug.com/40281788): The transition is weird with animation. - // Investigate. [_navigationController pushViewController:autofillCountrySelectionTableViewController - animated:NO]; + animated:YES]; } - (void)didSaveProfile {