Chromium Code Reviews
DescriptionFix status bar visibility issue on pre-Marshmallow devices
When the OSK is dismissed on Marshmallow, the OS will call
onSystemUiVisibilityChange which will hide any remaining system UI such
as the status or navigation bar.
On pre-marshallow OSes this method is not called if the user has
interacted with the system UI (such as pulling the notification UI
down). When this occurs, the user is left in a state where the system
UI acts 'sticky', that is all user interactions are directed to the
system UI instead of our app.
This change will manually hide the system UI on older OSes to prevent
this issue from occurring.
BUG=581931
Committed: https://crrev.com/1771a0d1b813877eebefca92a0f8c5077de6dd80
Cr-Commit-Position: refs/heads/master@{#372404}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Addressing CR feedback #
Dependent Patchsets: Messages
Total messages: 10 (4 generated)
|
|||||||||||||||||||