Load unthemed icon when customizing apps in drawer

This commit is contained in:
Suphon Thanakornpakapong
2021-10-27 14:17:17 +07:00
parent c8b6890c39
commit d0bf1345d4
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -684,7 +684,7 @@ public final class Utilities {
return icon;
}
private static Drawable loadFullDrawableWithoutTheme(Launcher launcher, ItemInfo info,
public static Drawable loadFullDrawableWithoutTheme(Launcher launcher, ItemInfo info,
int width, int height, Object[] outObj) {
LauncherAppState appState = LauncherAppState.getInstance(launcher);
if (info.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION) {