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

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

Merge "Fix WindowFocusTests#testTapNonFocusableWindow failed"

parents 482c2c99 4e6e0ec6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7694,7 +7694,7 @@ public class WindowManagerService extends IWindowManager.Stub

    private void onPointerDownOutsideFocusLocked(IBinder touchedToken) {
        final WindowState touchedWindow = windowForClientLocked(null, touchedToken, false);
        if (touchedWindow == null) {
        if (touchedWindow == null || !touchedWindow.canReceiveKeys()) {
            return;
        }