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

Commit 45957c0f authored by The Android Automerger's avatar The Android Automerger
Browse files

Merge branch 'master' into honeycomb-release

parents 164308c4 ce3fb26c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2536,9 +2536,9 @@ void InputDispatcher::setInputWindows(const Vector<InputWindow>& inputWindows) {
#if DEBUG_FOCUS
#if DEBUG_FOCUS
                LOGD("Touched window was removed: %s", touchedWindow.channel->getName().string());
                LOGD("Touched window was removed: %s", touchedWindow.channel->getName().string());
#endif
#endif
                mTouchState.windows.removeAt(i);
                synthesizeCancelationEventsForInputChannelLocked(touchedWindow.channel,
                synthesizeCancelationEventsForInputChannelLocked(touchedWindow.channel,
                        InputState::CANCEL_POINTER_EVENTS, "touched window was removed");
                        InputState::CANCEL_POINTER_EVENTS, "touched window was removed");
                mTouchState.windows.removeAt(i);
            }
            }
        }
        }