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

Commit 856cd1bd authored by Winson Chung's avatar Winson Chung
Browse files

Don't finish to home when launching a task from recents

- When launching without a task view, we should also not be finishing
  to home (similar to composeRecentsLaunchAnimator) since it will
  clobber the newly launched task

Fixes: 191182965
Test: Open overview with live tile, try to open usb debugging settings
      page
Change-Id: If7464ebf155cee33e81205fbf4899e9ab49a52d0
parent 871d435b
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 {