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

Commit 7bc26cd6 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing calendar dynamic icon not getting loaded

Bug: 218147353
Test: Verified on device
Change-Id: I4a893693cfffce5d01b3112ac107fc26ed4b7003
parent 83e242b6
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -77,10 +77,6 @@ public class IconProvider {
    private final ComponentName mClock;

    public IconProvider(Context context) {
        this(context, false);
    }

    public IconProvider(Context context, boolean supportsIconTheme) {
        mContext = context;
        mCalendar = parseComponentOrNull(context, R.string.calendar_component_name);
        mClock = parseComponentOrNull(context, R.string.clock_component_name);
@@ -194,6 +190,7 @@ public class IconProvider {
                                        new ThemeData(td.mResources, monoId).loadPaddedDrawable());
                    }
                }
                return drawable;
            }
        } catch (PackageManager.NameNotFoundException e) {
            if (DEBUG) {