mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Fixed blinking text
This commit is contained in:
@@ -49,7 +49,7 @@ public class ViewTextDelayed extends AppCompatTextView {
|
||||
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