Load unthemed icon when customizing apps in drawer
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user