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

Commit ace3dc4f authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 9e0e0543: am 36e65ffd: Merge "Fix a native crash in input dispatcher when...

am 9e0e0543: am 36e65ffd: Merge "Fix a native crash in input dispatcher when windows are removed." into gingerbread

Merge commit '9e0e054388689fd618c84a283c28ee484477b44d'

* commit '9e0e054388689fd618c84a283c28ee484477b44d':
  Fix a native crash in input dispatcher when windows are removed.
parents 8def48bb fb1c1ba4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2536,9 +2536,9 @@ void InputDispatcher::setInputWindows(const Vector<InputWindow>& inputWindows) {
#if DEBUG_FOCUS
                LOGD("Touched window was removed: %s", touchedWindow.channel->getName().string());
#endif
                mTouchState.windows.removeAt(i);
                synthesizeCancelationEventsForInputChannelLocked(touchedWindow.channel,
                        InputState::CANCEL_POINTER_EVENTS, "touched window was removed");
                mTouchState.windows.removeAt(i);
            }
        }