mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Don't show app info for ITEM_TYPE_SHORTCUT.
Bug: 30440566 Change-Id: I77b101331ea249c633be9f7df1edebefa7b9e0a8
This commit is contained in:
@@ -100,6 +100,7 @@ public class InfoDropTarget extends UninstallDropTarget {
|
||||
Settings.Global.DEVELOPMENT_SETTINGS_ENABLED, 0) == 1;
|
||||
return developmentSettingsEnabled
|
||||
&& (info instanceof AppInfo || info instanceof ShortcutInfo
|
||||
|| info instanceof PendingAddItemInfo || info instanceof LauncherAppWidgetInfo);
|
||||
|| info instanceof PendingAddItemInfo || info instanceof LauncherAppWidgetInfo)
|
||||
&& info.itemType != LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user