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

Commit a0de7c9e 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

Change-Id: I80d5bfbb569bc98f3fed7b952d2608a9e76315e9
parents 8b143dc6 da4f84a4
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);
            }