mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-14 08:39:50 +01:00
Fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user