Increased visibility delay

This commit is contained in:
M66B
2021-03-13 08:15:33 +01:00
parent f4b6b337be
commit 8afe5503a6
2 changed files with 13 additions and 17 deletions

View File

@@ -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);