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

Commit d7f6e7c7 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Clip mWinShowWhenLocked if Keyguard is not showing

Bug: 28076605
Change-Id: I80ae6dbd09d419c258efd79639a62dce8c2fbe79
parent 47ee9ad9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1288,7 +1288,7 @@ class WindowStateAnimator {
        }

        final WindowState winShowWhenLocked = (WindowState) mPolicy.getWinShowWhenLockedLw();
        if (w == winShowWhenLocked) {
        if (w == winShowWhenLocked && mPolicy.isKeyguardShowingOrOccluded()) {
            return;
        }