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

Commit ea1de74a 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: b2b25464

Change-Id: Ibecadf9b8e54da49bf86b52e7ad9b4fe9d89f2f9
parents 5e72f9a3 b2b25464
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);
            }