Commit 7f9ed80c authored by Gauthier Ambard's avatar Gauthier Ambard Committed by Commit Bot

[iOS] Reset FullscreenModel when tapping status bar

The button catching the taps when the toolbar is collapsed doesn't catch
the taps on the status bar.
This CL makes sure the toolbar is expanded when the status bar is
tapped.

Bug: 878382
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs
Change-Id: I71dd7af9ca7d2e47687887d69f11661c71e3d86c
Reviewed-on: https://chromium-review.googlesource.com/1199162Reviewed-by: default avatarKurt Horimoto <kkhorimoto@chromium.org>
Commit-Queue: Gauthier Ambard <gambard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#590259}
parent 9cdf0cc6
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
self.mediator->ScrollToTop(); self.mediator->ScrollToTop();
return YES; return YES;
} else { } else {
self.mediator->AnimateModelReset();
return NO; return NO;
} }
} }
......
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