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

Commit b2b25464 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fixed a bug where the brighness mirror would make everything invisible"...

Merge "Fixed a bug where the brighness mirror would make everything invisible" into rvc-dev am: 6ee52bdc

Change-Id: I4eca3901d264e03960fbf343be8accfe41ea207a
parents e950f669 6ee52bdc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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);
            }