mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Prevent blinking spinner
This commit is contained in:
@@ -53,7 +53,7 @@ public class ContentLoadingProgressBar extends ProgressBar {
|
||||
this.visibility = visibility;
|
||||
|
||||
if (visibility == VISIBLE) {
|
||||
if (delaying)
|
||||
if (delaying || super.getVisibility() == VISIBLE)
|
||||
return;
|
||||
delaying = true;
|
||||
super.setVisibility(INVISIBLE);
|
||||
|
||||
Reference in New Issue
Block a user