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

Commit 2ad65b60 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE Allow windows to show when input restricted." into pi-wear-dev

parents 440738ef 2cc2a3b9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3057,7 +3057,8 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                    || (attrs.privateFlags & PRIVATE_FLAG_SYSTEM_ERROR) != 0;
        }

        boolean keyguardLocked = isKeyguardLocked();
        boolean keyguardLocked =
                mKeyguardDelegate != null && (mKeyguardDelegate.isShowing() || mKeyguardOccluded);
        boolean hideDockDivider = attrs.type == TYPE_DOCK_DIVIDER
                && !mWindowManagerInternal.isStackVisible(WINDOWING_MODE_SPLIT_SCREEN_PRIMARY);
        // If AOD is showing, the IME should be hidden. However, sometimes the AOD is considered