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

Commit 006b3a23 authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "Don't animate large clock appearance on AOD" into sc-dev

parents 797ae050 acb528f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ public class AnimatableClockController extends ViewController<AnimatableClockVie

    /** Animate the clock appearance */
    public void animateAppear() {
        mView.animateAppear();
        if (!mIsDozing) mView.animateAppearOnLockscreen();
    }

    /**
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ public class AnimatableClockView extends TextView {
        mLockScreenColor = lockScreenColor;
    }

    void animateAppear() {
    void animateAppearOnLockscreen() {
        if (mTextAnimator == null) {
            return;
        }