mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Increased refresh disable delay
This commit is contained in:
@@ -29,7 +29,7 @@ import androidx.swiperefreshlayout.widget.SwipeRefreshLayout;
|
||||
public class SwipeRefreshLayoutEx extends SwipeRefreshLayout {
|
||||
private boolean refreshing = false;
|
||||
|
||||
private static final int DELAY_DISABLE = 1000; // milliseconds
|
||||
private static final int DELAY_DISABLE = 1500; // milliseconds
|
||||
|
||||
public SwipeRefreshLayoutEx(@NonNull Context context) {
|
||||
super(context);
|
||||
|
||||
Reference in New Issue
Block a user