[iOS] Wait until the view controller is presented before dismiss
Chrome can be started with the 2 following events: + Open the sign-in upgrade promo + Open an URL (from an external app) The opening the URL interrupts the sign-in promo, while its view controller is not fully presented yet. This patch prevent from the coordinator from dismissing its view controller before it is fully on the screen. Fixed: 1126170 Change-Id: I03287c9f830f650c10aa2476d6d693af3783c553 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593107 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Auto-Submit: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:Nohemi Fernandez <fernandex@chromium.org> Cr-Commit-Position: refs/heads/master@{#837147}
Showing
Please register or sign in to comment