mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Merge "Removing Shrink Adaptive Icons" into main
This commit is contained in:
@@ -572,7 +572,7 @@ public class IconCache extends BaseIconCache {
|
||||
try (LauncherIcons li = LauncherIcons.obtain(mContext)) {
|
||||
final BitmapInfo tempBitmap = li.createBadgedIconBitmap(
|
||||
mContext.getDrawable(widgetSection.mSectionDrawable),
|
||||
new BaseIconFactory.IconOptions().setShrinkNonAdaptiveIcons(false));
|
||||
new BaseIconFactory.IconOptions());
|
||||
mWidgetCategoryBitmapInfos.put(infoInOut.widgetCategory, tempBitmap);
|
||||
infoInOut.bitmap = getBadgedIcon(tempBitmap, infoInOut.user);
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user