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

Commit 7d3c299a authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Resetting UI state when the last has launched from Launcher

Bug: 135038270
Change-Id: I4a563116d8c7715163671dfffdfcf0f886e21623
parent 0e188d05
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 {