mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 14:54:00 +00:00
Merge "Set StateManager to BackgroundAppState if end gesture is LAST_TASK" into tm-qpr-dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user