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

Commit 664e5f46 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [5686913, 5687567, 5687568] into qt-release

Change-Id: Ie5bfbbf9bdc90c2814524e20e5440907d3afbcd2
parents 74960d45 d702c3ab
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) {