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

Commit 660defd6 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: 48fe925e

Change-Id: Icbcaafecde7cc222f30377b24e0f4ae7ab4cb449
parents 9b781706 48fe925e
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());