am f62877d3: Merge "Prevent wrong system ui visibility callback after the user swipe"

automerge: fd7819d

* commit 'fd7819dbe0cf2cef9c03b2c4b04a92f0a2a36604':
  Prevent wrong system ui visibility callback after the user swipe
This commit is contained in:
Olawale Ogunwale
2014-12-17 21:51:40 +00:00
committed by android-build-merger

View File

@@ -6090,6 +6090,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
if (denyTransientStatus || denyTransientNav) {
// clear the clearable flags instead
clearClearableFlagsLw();
vis &= ~View.SYSTEM_UI_CLEARABLE_FLAGS;
}
vis = mStatusBarController.updateVisibilityLw(transientStatusBarAllowed, oldVis, vis);