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

Commit f62877d3 authored by Olawale Ogunwale's avatar Olawale Ogunwale Committed by Gerrit Code Review
Browse files

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

parents 486a9942 c58d756f
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);