Resetting UI state when the last has launched from Launcher
Bug: 135038270 Change-Id: I4a563116d8c7715163671dfffdfcf0f886e21623
This commit is contained in:
+2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user