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

Commit 5c86aa33 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "SystemUI: Set Occluded to false when keyguard is not showing"

parents 5ff6e5a8 bb900ab5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4712,6 +4712,10 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            mStatusBar.getAttrs().flags &= ~FLAG_SHOW_WALLPAPER;
            return true;
        } else {
            if (wasOccluded && !isOccluded && !showing) {
                mKeyguardOccluded = false;
                mKeyguardDelegate.setOccluded(false);
            }
            return false;
        }
    }