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

Commit 04c8a8d7 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Fix logic for logging bitmap errors

Bug: 153679293
Test: manual with a demo app
Change-Id: I23bb107d0fbbaaf56972fa6b954f8c322e76c250
parent 2db08cea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ class ShortcutPackage extends ShortcutPackageItem {
            }
            final Icon icon = si.getIcon();
            if (icon != null && icon.getType() != Icon.TYPE_BITMAP
                    && icon.getType() == Icon.TYPE_ADAPTIVE_BITMAP) {
                    && icon.getType() != Icon.TYPE_ADAPTIVE_BITMAP) {
                continue;
            }
            if (icon == null && !si.hasIconFile()) {