mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-14 08:39:50 +01:00
Increased visibility delay
This commit is contained in:
@@ -30,7 +30,7 @@ public class ContentLoadingProgressBar extends ProgressBar {
|
||||
private int visibility = VISIBLE;
|
||||
private boolean delaying = false;
|
||||
|
||||
private static final int VISIBILITY_DELAY = 500; // milliseconds
|
||||
private static final int VISIBILITY_DELAY = 1500; // milliseconds
|
||||
|
||||
public ContentLoadingProgressBar(@NonNull Context context) {
|
||||
this(context, null);
|
||||
|
||||
Reference in New Issue
Block a user