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

Commit 4d16982d authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Replace launcher3 default icon to match with the platform one.

Bug: 63083094

Change-Id: Ic77d443ee563959c2569263e2d9de7452fa8d26d
parent 20c55b0e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ public class IconCache {
    }

    private Drawable getFullResDefaultActivityIcon() {
        return getFullResIcon(Resources.getSystem(), android.R.mipmap.sym_def_app_icon);
        return getFullResIcon(Resources.getSystem(), android.R.drawable.sym_def_app_icon);
    }

    private Drawable getFullResIcon(Resources resources, int iconId) {