Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Issue 1643273002: Fix status bar visibility issue on pre-Marshmallow devices (Closed)

Created:
4 years, 10 months ago by joedow
Modified:
4 years, 10 months ago
Reviewers:
Lambros
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix 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 #

Messages

Total messages: 10 (4 generated)
joedow
PTAL! Thanks, Joe
4 years, 10 months ago (2016-01-29 17:42:25 UTC) #2
Lambros
lgtm https://codereview.chromium.org/1643273002/diff/1/remoting/android/java/src/org/chromium/chromoting/Desktop.java File remoting/android/java/src/org/chromium/chromoting/Desktop.java (right): https://codereview.chromium.org/1643273002/diff/1/remoting/android/java/src/org/chromium/chromoting/Desktop.java#newcode80 remoting/android/java/src/org/chromium/chromoting/Desktop.java:80: /** Flag to indicate whether to manually hide ...
4 years, 10 months ago (2016-01-29 19:09:57 UTC) #3
joedow
https://codereview.chromium.org/1643273002/diff/1/remoting/android/java/src/org/chromium/chromoting/Desktop.java File remoting/android/java/src/org/chromium/chromoting/Desktop.java (right): https://codereview.chromium.org/1643273002/diff/1/remoting/android/java/src/org/chromium/chromoting/Desktop.java#newcode80 remoting/android/java/src/org/chromium/chromoting/Desktop.java:80: /** Flag to indicate whether to manually hide the ...
4 years, 10 months ago (2016-01-29 19:31:17 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1643273002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1643273002/20001
4 years, 10 months ago (2016-01-29 19:33:41 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-01-29 20:27:35 UTC) #8
commit-bot: I haz the power
4 years, 10 months ago (2016-01-29 20:28:35 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1771a0d1b813877eebefca92a0f8c5077de6dd80
Cr-Commit-Position: refs/heads/master@{#372404}

Powered by Google App Engine
This is Rietveld 408576698