mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 18:27:43 +00:00
Fix
This commit is contained in:
parent
1642bdcbf7
commit
c7762fc1e1
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue