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

Commit 794fab5b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove scheduling animation which is no longer needed"

parents da8c7c58 79e097be
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -412,7 +412,6 @@ class DragState {
        }
        if (!mDragResult) {
            mAnimator = createReturnAnimationLocked();
            mService.scheduleAnimationLocked();
            return;  // Will call cleanUpDragLw when the animation is done.
        }
        cleanUpDragLw();