Loading src/com/android/wallpaper/customization/ui/binder/ShapeIconViewBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ object ShapeIconViewBinder { ShapeTileDrawable( context = view.context, path = shapeIcon?.path, icon = iconDrawable.icon, icon = iconDrawable.icon?.constantState?.newDrawable(), isThemed = iconDrawable.isThemed, ) } else if (shapeIcon?.path != null) { Loading Loading
src/com/android/wallpaper/customization/ui/binder/ShapeIconViewBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ object ShapeIconViewBinder { ShapeTileDrawable( context = view.context, path = shapeIcon?.path, icon = iconDrawable.icon, icon = iconDrawable.icon?.constantState?.newDrawable(), isThemed = iconDrawable.isThemed, ) } else if (shapeIcon?.path != null) { Loading