pull/184/head
M66B 4 years ago
parent 1642bdcbf7
commit c7762fc1e1

@ -60,6 +60,7 @@ public class ContentLoadingProgressBar extends ProgressBar {
ApplicationEx.getMainHandler().postDelayed(delayedShow, VISIBILITY_DELAY); ApplicationEx.getMainHandler().postDelayed(delayedShow, VISIBILITY_DELAY);
} else { } else {
ApplicationEx.getMainHandler().removeCallbacks(delayedShow); ApplicationEx.getMainHandler().removeCallbacks(delayedShow);
delaying = false;
super.setVisibility(visibility); super.setVisibility(visibility);
} }
} }

Loading…
Cancel
Save