Skip to content

Commit

Permalink
resolve merge conflicts of 107fe60 to ub-launcher3-master
Browse files Browse the repository at this point in the history
Change-Id: I9a1c52e66edd627fd54cc3cb423fa28a6175f8ac
  • Loading branch information
Tony Wickham committed Aug 15, 2020
2 parents 87be28a + 107fe60 commit 532b962
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ public void onDragEnd(float velocity) {

mMotionPauseDetector.clear();
mNormalToHintOverviewScrimAnimator = null;
if (mLauncher.isInState(OVERVIEW)) {
// Normally we would cleanup the state based on mCurrentAnimation, but since we stop
// using that when we pause to go to Overview, we need to clean up ourselves.
clearState();
}
}

@Override
Expand Down

0 comments on commit 532b962

Please sign in to comment.