Resetting UI state when the last has launched from Launcher am: 7d3c299a08

am: 9247763835

Change-Id: I1ecd0af45168518a12d93073f154013c6838c003
This commit is contained in:
Sunny Goyal
2019-06-28 17:04:36 -07:00
committed by android-build-merger
@@ -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 {