mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Removing support for lagacy shortcuts
> Addition/removal of shortcus is already removed. This just cleans up the unused code path Bug: 275875209 Test: Updated tests Flag: N/A Change-Id: I8ab7f57b693f996920e50e8beecafcffab5167e9
This commit is contained in:
@@ -290,7 +290,6 @@ public class OptionsPopupView extends ArrowPopup<Launcher>
|
||||
static WorkspaceItemInfo placeholderInfo(Intent intent) {
|
||||
WorkspaceItemInfo placeholderInfo = new WorkspaceItemInfo();
|
||||
placeholderInfo.intent = intent;
|
||||
placeholderInfo.itemType = LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT;
|
||||
placeholderInfo.container = LauncherSettings.Favorites.CONTAINER_SETTINGS;
|
||||
return placeholderInfo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user