commit | 5b50e92a651ed4f8a3b4ddf5c42cdf6e93201bbf | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Tue Jun 22 19:32:50 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Jun 22 19:32:50 2021 +0000 |
tree | 27aa90d56bd0a4f94dfed10612fcf4921677a5f1 | |
parent | 337f3c76a293e356028fe7becd066314e0186391 [diff] | |
parent | 87c7e0d9638c11bfd2599f05f5f1081d937f7a80 [diff] |
Merge "Don't finish to home when launching a task from recents" into sc-dev am: d27f127b3a am: 87c7e0d963 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15057896 Change-Id: If53c0028ef6e15afca447df349ec0fab4cc4ebc8
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 {