Loading quickstep/src/com/android/quickstep/LauncherActivityInterface.java +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
quickstep/src/com/android/quickstep/LauncherActivityInterface.java +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading