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

Commit c8cd9483 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by android-build-merger
Browse files

Merge "Don\'t hide app windows due to not showing when locked when keyguard is hidden" into nyc-dev

am: 72c216f2

* commit '72c216f2':
  Don't hide app windows due to not showing when locked when keyguard is hidden

Change-Id: I33795a8690e52d26b6f66f991b03b16bdeb665f4
parents 821bbc18 72c216f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4912,7 +4912,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                    }
                }

                if (mWinShowWhenLocked != null &&
                if (!mKeyguardHidden && mWinShowWhenLocked != null &&
                        mWinShowWhenLocked.getAppToken() != win.getAppToken() &&
                        (attrs.flags & FLAG_SHOW_WHEN_LOCKED) == 0) {
                    win.hideLw(false);