Don't animate large clock appearance on AOD
Just don't do it. Fixes: 188205862 Test: manual Change-Id: I0e13658f1bd478dca55203ea5ccf40801859b56e
This commit is contained in:
@@ -133,7 +133,7 @@ public class AnimatableClockController extends ViewController<AnimatableClockVie
|
||||
|
||||
/** Animate the clock appearance */
|
||||
public void animateAppear() {
|
||||
mView.animateAppear();
|
||||
if (!mIsDozing) mView.animateAppearOnLockscreen();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -157,7 +157,7 @@ public class AnimatableClockView extends TextView {
|
||||
mLockScreenColor = lockScreenColor;
|
||||
}
|
||||
|
||||
void animateAppear() {
|
||||
void animateAppearOnLockscreen() {
|
||||
if (mTextAnimator == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user