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

Commit 9089f220 authored by Alex Chau's avatar Alex Chau
Browse files

Revert "Revert^2 "Always have the current iconShape in BaseIconF..."

Revert submission 34209356-shadow-fix

Reason for revert: b/427517012
Bug: 427554036

Reverted changes: /q/submissionid:34209356-shadow-fix

Change-Id: I05c11432ec1705d2b9df5a8702319c3904ba8b24
parent 7acd8f1f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -261,6 +261,7 @@ public class BaseIconFactory implements AutoCloseable {
     * Generates an IconShape based on the current bitmap size and default icon mask.
     */
    public IconShape getDefaultIconShape() {
        if (!mDrawFullBleedIcons) return IconShape.EMPTY;
        if (mDefaultIconShape != null) return mDefaultIconShape;
        AdaptiveIconDrawable tempAdaptiveIcon =
                new AdaptiveIconDrawable(new ColorDrawable(BLACK), null);