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

Commit 4ff7aaf1 authored by Olawale Ogunwale's avatar Olawale Ogunwale Committed by android-build-merger
Browse files

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

am f62877d3: Merge "Prevent wrong system ui visibility callback after the user swipe" automerge: fd7819db
automerge: 424924af

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