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