[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 {