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

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

Merge "Fix WindowFocusTests#testTapNonFocusableWindow failed" into qt-dev

parents 73e6028e ee234459
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7690,7 +7690,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;
        }