Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f8946c25 authored by Catherine Liang's avatar Catherine Liang Committed by Android (Google) Code Review
Browse files

Merge "Fix incorrect icon preview sizing" into main

parents 215a9fc1 787b435a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {