Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/PropertyAnimator.java +3 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,9 @@ public class PropertyAnimator { AnimatorListenerAdapter listener = properties.getAnimationFinishListener(property); if (currentValue.equals(newEndValue)) { // Skip the animation! if (previousAnimator != null) { previousAnimator.cancel(); } if (listener != null) { listener.onAnimationEnd(null); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/PropertyAnimator.java +3 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,9 @@ public class PropertyAnimator { AnimatorListenerAdapter listener = properties.getAnimationFinishListener(property); if (currentValue.equals(newEndValue)) { // Skip the animation! if (previousAnimator != null) { previousAnimator.cancel(); } if (listener != null) { listener.onAnimationEnd(null); } Loading