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

Commit 500998d4 authored by Michael Jurka's avatar Michael Jurka
Browse files

Prevent ViewPropertyAnimators from getting started twice

parent c8179e78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -342,6 +342,7 @@ public class ViewPropertyAnimator {
     * otherwise), then this method can be used.
     */
    public void start() {
        mView.removeCallbacks(mAnimationStarter);
        startAnimation();
    }