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

Commit 79e097be authored by Daichi Hirono's avatar Daichi Hirono
Browse files

Remove scheduling animation which is no longer needed

Bug: 63914027
Test: android.server.wm.CrossAppDragAndDropTests, manually check the
      rejected animation and the cancel animation.
Change-Id: I6bdce7fb406fa8ae622d634fa224c993b078bf8a
parent c3787a8a
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();