mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Increase swipe sensitivity
This commit is contained in:
@@ -32,7 +32,7 @@ public class SwipeListener implements View.OnTouchListener {
|
||||
SwipeListener(final Context context, final ISwipeListener listener) {
|
||||
final int width = context.getResources().getDisplayMetrics().widthPixels;
|
||||
final int MOVE_THRESHOLD = width / 3;
|
||||
final int SPEED_THRESHOLD = width;
|
||||
final int SPEED_THRESHOLD = width / 2;
|
||||
|
||||
gestureDetector = new GestureDetector(context, new GestureDetector.SimpleOnGestureListener() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user