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

Commit 26f39bdc authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Android (Google) Code Review
Browse files

Merge "Prevent receive extra callbacks from AnimatorListener." into sc-v2-dev

parents edb518fe aeb283f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ public class SplashscreenIconDrawableFactory {

        @Override
        public void stopAnimation() {
            if (mIconAnimator != null) {
            if (mIconAnimator != null && mIconAnimator.isRunning()) {
                mIconAnimator.end();
            }
        }