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

Commit 3e2ac884 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix/improve issue #2142662: too easy to click a link/item instead of fling

Reduce the slop.

Change-Id: If255e68cc8092e7f746a91c0fea27abfc5292b73
parent 896b15ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ public class ViewConfiguration {
    /**
     * Distance a touch can wander before we think the user is scrolling in pixels
     */
    private static final int TOUCH_SLOP = 25;
    private static final int TOUCH_SLOP = 16;
    
    /**
     * Distance between the first touch and second touch to still be considered a double tap