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

Commit 89b3ecc7 authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

resolve merge conflicts of 2755644d to lmp-mr1-ub-dev.

Change-Id: I01920b0dc8185d8efb9431bfad911e4733b43e1d
parents e9e96e7f 2755644d
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -333,8 +333,9 @@ public class WindowAnimator {
                            + " hidden=" + win.mRootToken.hidden
                            + " anim=" + win.mWinAnimator.mAnimation);
                } else if (mPolicy.canBeForceHidden(win, win.mAttrs)) {
                    final boolean hideWhenLocked = !((win.mIsImWindow && showImeOverKeyguard) ||
                            (appShowWhenLocked != null && (appShowWhenLocked == win.mAppToken ||
                    final boolean hideWhenLocked =
                            !(((win.mIsImWindow || imeTarget == win) && showImeOverKeyguard)
                            || (appShowWhenLocked != null && (appShowWhenLocked == win.mAppToken ||
                            // Show error dialogs over apps that dismiss keyguard.
                            (win.mAttrs.privateFlags & PRIVATE_FLAG_SYSTEM_ERROR) != 0)));
                    if (((mForceHiding == KEYGUARD_ANIMATING_IN)