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

Commit 92477638 authored by Sunny Goyal's avatar Sunny Goyal Committed by android-build-merger
Browse files

Resetting UI state when the last has launched from Launcher

am: 7d3c299a

Change-Id: I7becc11f2295118a6d20ede2a9e35ac21dfb1930
parents 01fe66cf 7d3c299a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 {