Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67e010a8 authored by Sherry Zhou's avatar Sherry Zhou
Browse files

Fix large clock flickers when animated in Felix

Test: Manual
Bug: 292063872
Change-Id: I036f3a5ad60faf2525fcc231c6295a3854b19b85
parent da749c76
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -331,7 +331,6 @@ public class KeyguardClockSwitch extends RelativeLayout {
            }
        });

        in.setAlpha(0);
        in.setVisibility(View.VISIBLE);
        mClockInAnim = new AnimatorSet();
        mClockInAnim.setDuration(CLOCK_IN_MILLIS);