Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d27f127b authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Don't finish to home when launching a task from recents" into sc-dev

parents 9dd0351e 856cd1bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {