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

Commit c1799a82 authored by Vinit Nayak's avatar Vinit Nayak Committed by Android (Google) Code Review
Browse files

Merge "Set StateManager to BackgroundAppState if end gesture is LAST_TASK" into tm-qpr-dev

parents c717f48a 57659257
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -346,8 +346,9 @@ public final class LauncherActivityInterface extends
            case RECENTS:
                return OVERVIEW;
            case NEW_TASK:
            case LAST_TASK:
                return QUICK_SWITCH;
            case LAST_TASK:
                return BACKGROUND_APP;
            case HOME:
            default:
                return NORMAL;