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

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

Merge "Check that window handle is visible"

parents 4a5ede75 49ee3233
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3093,7 +3093,7 @@ void InputDispatcher::setInputWindows(const Vector<sp<InputWindowHandle>>& input
                    continue;
                }

                if (windowHandle->getInfo()->hasFocus) {
                if (windowHandle->getInfo()->hasFocus && windowHandle->getInfo()->visible) {
                    newFocusedWindowHandle = windowHandle;
                }
                if (windowHandle == mLastHoverWindowHandle) {