| commit | c4ddbc10af206ad0761f732f54621a5b1cf50ed0 | [log] [tgz] |
|---|---|---|
| author | Winson Chung <winsonc@google.com> | Tue Jun 22 19:17:28 2021 +0000 |
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 22 19:17:28 2021 +0000 |
| tree | da9aedf39cb3ce58867559846a38426edcf420ac | |
| parent | fe0d2f355cb8672a31d38cc0967f35665f58507f [diff] | |
| parent | 76d5158c66384a0ae52bc11779300afc80ff7f93 [diff] |
Merge "Don't finish to home when launching a task from recents" into sc-dev am: d27f127b3a am: 76d5158c66 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15057896 Change-Id: I86c8137f4cf0e2082ff992f02ea03a6a6eab8e31
diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index 4332c76..7adac22 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java
@@ -883,7 +883,7 @@ anim.addListener(new AnimatorListenerAdapter() { @Override public void onAnimationEnd(Animator animation) { - finishRecentsAnimation(true /* toRecents */, null); + finishRecentsAnimation(false /* toRecents */, null); } }); } else {