fixed disappearing folder app in folder to home

This commit is contained in:
MrSluffy
2024-12-16 13:49:39 +08:00
parent a35070d8ad
commit c61dadd732
+2 -1
View File
@@ -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 {