Loading packages/SystemUI/src/com/android/systemui/recents/views/RecentsTransitionHelper.java +3 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading Loading
packages/SystemUI/src/com/android/systemui/recents/views/RecentsTransitionHelper.java +3 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading