Lower tap timeout to 100ms, because 180ms is a lot of ms
Change-Id: I708848480544825474785e0918feba70c1089090
This commit is contained in:
@@ -80,7 +80,7 @@ public class ViewConfiguration {
|
||||
* is a tap or a scroll. If the user does not move within this interval, it is
|
||||
* considered to be a tap.
|
||||
*/
|
||||
private static final int TAP_TIMEOUT = 180;
|
||||
private static final int TAP_TIMEOUT = 100;
|
||||
|
||||
/**
|
||||
* Defines the duration in milliseconds we will wait to see if a touch event
|
||||
|
||||
Reference in New Issue
Block a user