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

Commit 1ea415c8 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 am: 0c87d07a am: da4f84a4 am: a0de7c9e

Change-Id: Ic8e08b3b0e66859e6560b7df63816d0aca17f41c
parents a9a88f27 a0de7c9e
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);
            }