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

View File

@@ -874,7 +874,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 {