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

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

Merge "Fix bad merge causing Recents to be started twice in succession." into oc-dev

parents 3ebe54b3 1d770f94
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1063,7 +1063,6 @@ public class RecentsImpl implements ActivityOptions.OnAnimationFinishedListener
        intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK
                | Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS
                | Intent.FLAG_ACTIVITY_TASK_ON_HOME);
        Recents.getSystemServices().startActivityAsUserAsync(intent, opts);
        HidePipMenuEvent hideMenuEvent = new HidePipMenuEvent();
        hideMenuEvent.addPostAnimationCallback(() -> {
            Recents.getSystemServices().startActivityAsUserAsync(intent, opts);