1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 18:27:43 +00:00
This commit is contained in:
M66B 2020-08-29 21:56:02 +02:00
parent 1642bdcbf7
commit c7762fc1e1

View file

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