Loading quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/QuickSwitchState.java +2 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,8 @@ public class QuickSwitchState extends BackgroundAppState { if (!success) { launcher.getStateManager().goToState(OVERVIEW); tasktolaunch.notifyTaskLaunchFailed(TAG); } else { launcher.getStateManager().moveToRestState(); } }, new Handler(Looper.getMainLooper())); } else { Loading Loading
quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/QuickSwitchState.java +2 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,8 @@ public class QuickSwitchState extends BackgroundAppState { if (!success) { launcher.getStateManager().goToState(OVERVIEW); tasktolaunch.notifyTaskLaunchFailed(TAG); } else { launcher.getStateManager().moveToRestState(); } }, new Handler(Looper.getMainLooper())); } else { Loading