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

Commit 9ce76909 authored by Patrick Baumann's avatar Patrick Baumann Committed by android-build-merger
Browse files

Merge "Avoid unnecessary badging" into qt-dev am: 501152f9

am: 64048136

Change-Id: If392e21a77b1d1faba641873aa85201749fe63c9
parents 182ea46d 64048136
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2764,6 +2764,9 @@ public class ApplicationPackageManager extends PackageManager {
        if (itemInfo.packageName != null) {
            dr = getDrawable(itemInfo.packageName, itemInfo.icon, appInfo);
        }
        if (dr == null && itemInfo != appInfo) {
            dr = loadUnbadgedItemIcon(appInfo, appInfo);
        }
        if (dr == null) {
            dr = itemInfo.loadDefaultIcon(this);
        }