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

Commit acb528f2 authored by Matt Pietal's avatar Matt Pietal
Browse files

Don't animate large clock appearance on AOD

Just don't do it.

Fixes: 188205862
Test: manual
Change-Id: I0e13658f1bd478dca55203ea5ccf40801859b56e
parent 2188e522
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,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;
        }