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

Commit d0bebd3d authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 13368745 from 98908b46 to 25Q3-release

Change-Id: Id3fa99d93e5e4706ea7d3e9291eb0381b855c418
parents fb053cc9 98908b46
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -526,7 +526,9 @@ public class BaseIconFactory implements AutoCloseable {
            @NonNull AdaptiveIconDrawable drawable,
            @NonNull Path shapePath
    ) {
        if (!Flags.enableLauncherIconShapes()) {
        Drawable background = drawable.getBackground();
        Drawable foreground = drawable.getForeground();
        if (!Flags.enableLauncherIconShapes() || (background == null && foreground == null)) {
            drawable.draw(canvas);
            return;
        }