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

This commit is contained in:
Vinit Nayak
2023-02-03 06:05:22 +00:00
committed by Android (Google) Code Review

View File

@@ -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;