fixed disappearing folder app in folder to home
This commit is contained in:
@@ -769,7 +769,8 @@ public final class Utilities {
|
||||
}
|
||||
AdaptiveIconDrawable result;
|
||||
|
||||
if(ExtendedBitmapDrawable.isFromIconPack(mainIcon) || !PreferenceManager.INSTANCE.get(context).getWrapAdaptiveIcons().get()) return null;
|
||||
if (ExtendedBitmapDrawable.isFromIconPack(mainIcon) || (!PreferenceManager.INSTANCE.get(context).getWrapAdaptiveIcons().get() && info.itemType != LauncherSettings.Favorites.ITEM_TYPE_FOLDER))
|
||||
return null;
|
||||
if (mainIcon instanceof AdaptiveIconDrawable aid) {
|
||||
result = aid;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user