Merge "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