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

Commit 4b76e912 authored by Vinit Nayak's avatar Vinit Nayak
Browse files

Set StateManager to BackgroundAppState if end gesture is NEW_TASK

* QUICK_SWITCH_FROM_HOME was incorrectly used as that LauncherState
is only meant for quickswitching for the most recent task from
workspace

Bug: 265734073
Test: Tested quickswitch with fullscreen and splitscreen tasks
Change-Id: Ia81152927f57203cf6adb90254675bcf82a2e836
parent 82b8aa56
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -346,7 +346,6 @@ public final class LauncherActivityInterface extends
            case RECENTS:
                return OVERVIEW;
            case NEW_TASK:
                return QUICK_SWITCH_FROM_HOME;
            case LAST_TASK:
                return BACKGROUND_APP;
            case HOME: