[iOS] Prevent Text Zoom from closing FIP unexpectedly
The root cause here was that [textZoomCoordinator stop] was being called as part of some routine cleanup, and -stop was dismissing the presenter, despite the presenter not presenting the coordinator's VC. Now, the coordinator only dismisses the presenter if it is presenting its own VC. Bug: 1067526 Change-Id: I06372272f0651a36dec2e7bfdf18fce61d049488 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134256Reviewed-by:Mark Cogan <marq@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#756625}
Showing
Please register or sign in to comment