Merge "Create return-to-home app widget animation" into sc-dev

This commit is contained in:
Cyrus Boadway
2021-05-03 17:51:45 +00:00
committed by Android (Google) Code Review
6 changed files with 224 additions and 156 deletions

View File

@@ -460,7 +460,8 @@ public abstract class BaseQuickstepLauncher extends Launcher
case LauncherSettings.Favorites.ITEM_TYPE_APPLICATION:
case LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT:
case LauncherSettings.Favorites.ITEM_TYPE_DEEP_SHORTCUT:
// Fall through and continue if it's an app or shortcut
case LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET:
// Fall through and continue if it's an app, shortcut, or widget
break;
default:
return;