am f62877d3: Merge "Prevent wrong system ui visibility callback after the user swipe"
* commit 'f62877d305d2da4876707137cefe0eaa1b2953c3': Prevent wrong system ui visibility callback after the user swipe
This commit is contained in:
@@ -5797,6 +5797,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);
|
||||
|
||||
Reference in New Issue
Block a user