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

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

View File

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