Fix large clock flickers when animated in Felix

Test: Manual
Bug: 292063872
Change-Id: I036f3a5ad60faf2525fcc231c6295a3854b19b85
This commit is contained in:
Sherry Zhou
2023-08-02 23:59:37 +00:00
parent da749c76fc
commit 67e010a855

View File

@@ -331,7 +331,6 @@ public class KeyguardClockSwitch extends RelativeLayout {
}
});
in.setAlpha(0);
in.setVisibility(View.VISIBLE);
mClockInAnim = new AnimatorSet();
mClockInAnim.setDuration(CLOCK_IN_MILLIS);