mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Setting AppInfo.itemType to ITEM_TYPE_APPLICATION per default
It's wrongly set to ITEM_TYPE_SHORTCUT, changing it to ITEM_TYPE_APPLICATION in the constructor. Change-Id: I51383d09d50ac90cea15fce816503648d2cb690e
This commit is contained in:
@@ -44,7 +44,7 @@ public class AppInfo extends ItemInfoWithIcon {
|
||||
public int isDisabled = ShortcutInfo.DEFAULT;
|
||||
|
||||
public AppInfo() {
|
||||
itemType = LauncherSettings.BaseLauncherColumns.ITEM_TYPE_SHORTCUT;
|
||||
itemType = LauncherSettings.Favorites.ITEM_TYPE_APPLICATION;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user