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

Commit 07499059 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou Committed by Gerrit Code Review
Browse files

Merge "Avoid MotionEvent no finish raise unnecessary ANR"

parents 9ba1a0d5 af48e4d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ status_t NativeInputEventReceiver::consumeEvents(JNIEnv* env,
                                    jboolean(focusEvent->getHasFocus()),
                                    jboolean(focusEvent->getInTouchMode()));
                finishInputEvent(seq, true /* handled */);
                return OK;
                continue;
            }

            default: