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

Commit 4961295d authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Use the right timeout"

parents 23188899 d7156d3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -436,7 +436,7 @@ final class WebViewInputDispatcher {
            return false;
        }
        long downDuration = event.getEventTime() - event.getDownTime();
        return downDuration < TAP_TIMEOUT;
        return downDuration < LONG_PRESS_TIMEOUT;
    }

    private void enqueueDoubleTapLocked(MotionEvent event) {