Loading libs/ui/InputDispatcher.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -3320,7 +3320,7 @@ void InputDispatcher::InputState::synthesizeCancelationEvents(nsecs_t currentTim } } for (size_t i = 0; i < mMotionMementos.size(); i++) { for (size_t i = 0; i < mMotionMementos.size(); ) { const MotionMemento& memento = mMotionMementos.itemAt(i); if (shouldCancelEvent(memento.source, options)) { outEvents.push(allocator->obtainMotionEntry(currentTime, Loading Loading
libs/ui/InputDispatcher.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -3320,7 +3320,7 @@ void InputDispatcher::InputState::synthesizeCancelationEvents(nsecs_t currentTim } } for (size_t i = 0; i < mMotionMementos.size(); i++) { for (size_t i = 0; i < mMotionMementos.size(); ) { const MotionMemento& memento = mMotionMementos.itemAt(i); if (shouldCancelEvent(memento.source, options)) { outEvents.push(allocator->obtainMotionEntry(currentTime, Loading