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

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

Merge \\"Ensuring we don\\'t try and dismiss task views that are already...

Merge \\"Ensuring we don\\'t try and dismiss task views that are already removed.\\" into nyc-dev am: c169a9d8
am: 7fa2ad47

Change-Id: I0f86f2cf5f99d0ba9c069562655f2d26f292026e
parents 8b8421a8 7fa2ad47
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -209,7 +209,9 @@ public class RecentsTransitionHelper {
            EventBus.getDefault().send(new LaunchTaskSucceededEvent(taskIndexFromFront));
        } else {
            // Dismiss the task if we fail to launch it
            if (taskView != null) {
                taskView.dismissTask();
            }

            // Keep track of failed launches
            EventBus.getDefault().send(new LaunchTaskFailedEvent());