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

Commit de87a227 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Assign default adaptive icon background color

Bug: 126327184
Change-Id: I8c6db3cc0c2bf334862b60b0aa27aee4850039f1
parent 6d2bb0b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public class BaseIconFactory implements AutoCloseable {
    private ShadowGenerator mShadowGenerator;

    private Drawable mWrapperIcon;
    private int mWrapperBackgroundColor;
    private int mWrapperBackgroundColor = DEFAULT_WRAPPER_BACKGROUND;

    protected BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) {
        mContext = context.getApplicationContext();