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

Commit dd980e70 authored by Romain Hunault's avatar Romain Hunault
Browse files

Update BlissIconPack package name

parent af44c25c
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -67,13 +67,13 @@ public class IconsHandler {
        this.pm = ctx.getPackageManager();
        this.pm = ctx.getPackageManager();
        graphicsUtil = new GraphicsUtil(ctx);
        graphicsUtil = new GraphicsUtil(ctx);
        mIconDpi = BlissLauncher.getApplication(ctx).getDeviceProfile().fillResIconDpi;
        mIconDpi = BlissLauncher.getApplication(ctx).getDeviceProfile().fillResIconDpi;
        loadIconsPack("org.indin.blissiconpack");
        loadIconsPack("foundation.e.blissiconpack");
    }
    }




    private boolean iconPackExists(PackageManager packageManager) {
    private boolean iconPackExists(PackageManager packageManager) {
        try {
        try {
            packageManager.getPackageInfo("org.indin.blissiconpack",
            packageManager.getPackageInfo("foundation.e.blissiconpack",
                    PackageManager.GET_META_DATA);
                    PackageManager.GET_META_DATA);
        } catch (PackageManager.NameNotFoundException e) {
        } catch (PackageManager.NameNotFoundException e) {
            return false;
            return false;
@@ -360,4 +360,3 @@ public class IconsHandler {
        return (d != null) ? d : getFullResDefaultActivityIcon();
        return (d != null) ? d : getFullResDefaultActivityIcon();
    }
    }
}
}