Merge "Fixed a bug where the brighness mirror would make everything invisible" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6ee52bdc33
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user