Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd7819db authored by Olawale Ogunwale's avatar Olawale Ogunwale Committed by Android Git Automerger
Browse files

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

* commit 'f62877d3':
  Prevent wrong system ui visibility callback after the user swipe
parents e3b07b48 f62877d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);