Improved list state

This commit is contained in:
M66B
2020-03-24 23:08:03 +01:00
parent a88a8656b5
commit ee725e42d4
3 changed files with 29 additions and 11 deletions

View File

@@ -51,6 +51,11 @@ public class ContentLoadingProgressBar extends ProgressBar {
super.setVisibility(visibility);
}
@Override
public int getVisibility() {
return this.visibility;
}
private final Runnable delayedShow = new Runnable() {
@Override
public void run() {