Loading iconloaderlib/src/com/android/launcher3/icons/BaseIconFactory.java +1 −0 Original line number Diff line number Diff line Loading @@ -305,6 +305,7 @@ public class BaseIconFactory implements AutoCloseable { scale = getNormalizer().getScale(icon, outIconBounds, dr.getIconMask(), outShape); if (!(icon instanceof AdaptiveIconDrawable) && !outShape[0]) { FixedScaleDrawable fsd = ((FixedScaleDrawable) dr.getForeground()); fsd.setDrawable(icon); int color; if (icon.getIntrinsicHeight() > 0 && icon.getIntrinsicWidth() > 0) { Loading Loading
iconloaderlib/src/com/android/launcher3/icons/BaseIconFactory.java +1 −0 Original line number Diff line number Diff line Loading @@ -305,6 +305,7 @@ public class BaseIconFactory implements AutoCloseable { scale = getNormalizer().getScale(icon, outIconBounds, dr.getIconMask(), outShape); if (!(icon instanceof AdaptiveIconDrawable) && !outShape[0]) { FixedScaleDrawable fsd = ((FixedScaleDrawable) dr.getForeground()); fsd.setDrawable(icon); int color; if (icon.getIntrinsicHeight() > 0 && icon.getIntrinsicWidth() > 0) { Loading