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

Commit 4f9a2e2b authored by Ben Lin's avatar Ben Lin Committed by android-build-merger
Browse files

Removing assertion for UserInputHandler.

am: 05acccb9

Change-Id: If11af498adeb5a963d87fe778833171ca60f4704
parents 73d9ba3e 05acccb9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -255,7 +255,6 @@ public final class UserInputHandler<T extends InputEvent>

        boolean onDown(T event) {
            if (event.isSecondaryButtonPressed()) {
                assert(!mHandledOnDown);
                mHandledOnDown = true;
                return onRightClick(event);
            }