mirror of https://github.com/M66B/FairEmail.git
Reduced swipe/select timeout
This commit is contained in:
parent
f41a369ed3
commit
848e3ff8d6
|
@ -402,7 +402,7 @@ public class FragmentMessages extends FragmentBase
|
|||
|
||||
private static final int MAX_MORE = 100; // messages
|
||||
private static final int MAX_SEND_RAW = 50; // messages
|
||||
private static final int SWIPE_DISABLE_SELECT_DURATION = 1500; // milliseconds
|
||||
private static final int SWIPE_DISABLE_SELECT_DURATION = 500; // milliseconds
|
||||
private static final float LUMINANCE_THRESHOLD = 0.7f;
|
||||
private static final int ITEM_CACHE_SIZE = 10; // Default: 2 items
|
||||
|
||||
|
|
Loading…
Reference in New Issue