Skip to content
Snippets Groups Projects
Commit 1e42c8a4 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Speed up long press action on +/- buttons

(cherry picked from commit 99953410)
parent ad69051b
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,8 @@ public class OnRepeatListener implements View.OnTouchListener {
private static final int ACTION_ONCLICK = 0;
//Default values in milliseconds
private static final int DEFAULT_INITIAL_DELAY = 1000;
private static final int DEFAULT_NORMAL_DELAY = 300;
private static final int DEFAULT_INITIAL_DELAY = 500;
private static final int DEFAULT_NORMAL_DELAY = 150;
private int mInitialInterval;
private final int mNormalInterval;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment