mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-25 15:32:52 +00:00
Cleanup
This commit is contained in:
parent
c949cc6e01
commit
f0b61b836c
1 changed files with 1 additions and 4 deletions
|
@ -42,10 +42,7 @@ public class ContentLoadingProgressBar extends ProgressBar {
|
|||
@Override
|
||||
public void setVisibility(int visibility) {
|
||||
this.visibility = visibility;
|
||||
if (BuildConfig.DEBUG && false) {
|
||||
super.setVisibility(visibility);
|
||||
return;
|
||||
}
|
||||
|
||||
removeCallbacks(delayedShow);
|
||||
if (visibility == VISIBLE) {
|
||||
super.setVisibility(INVISIBLE);
|
||||
|
|
Loading…
Reference in a new issue