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

Commit 75eab7fa authored by Winson Chung's avatar Winson Chung Committed by android-build-merger
Browse files

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

am: 305c332c

Change-Id: I9fc712b5b5d96398177883b1979a3ea5744efa89
parents b8bcdf50 305c332c
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);