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

Commit 5b213271 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Delete skipCallbacks when Exception dispatchInputEvent beacuse calling...

Merge "Delete skipCallbacks when Exception dispatchInputEvent beacuse calling finishInputEvent twice will cause 'Native Crash'" am: c2bc642b am: 886e51b0

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1893001

Change-Id: If621891f8d4ea9d97724d0b0a979f3aa5dafd2e3
parents 8b81ff8d 886e51b0
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -447,10 +447,6 @@ status_t NativeInputEventReceiver::consumeEvents(JNIEnv* env,
                skipCallbacks = true;
                skipCallbacks = true;
            }
            }
        }
        }

        if (skipCallbacks) {
            mInputConsumer.sendFinishedSignal(seq, false);
        }
    }
    }
}
}