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: Iaa2522dca2785a3fa0094c75dc55f201cc000940
This commit is contained in:
Winson Chung
2021-06-22 19:10:08 +00:00
committed by Automerger Merge Worker

View File

@@ -883,7 +883,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
anim.addListener(new AnimatorListenerAdapter() {
@Override
public void onAnimationEnd(Animator animation) {
finishRecentsAnimation(true /* toRecents */, null);
finishRecentsAnimation(false /* toRecents */, null);
}
});
} else {