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

Commit 2da187da authored by d34d's avatar d34d Committed by Clark Scheff
Browse files

Themes: Compose icons that just have scale defined

Change-Id: I34db00d30f506086dca49d27f7e92b68184a78de
REF: THEMES-674
parent 25d58dfe
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -581,7 +581,8 @@ public class IconPackHelper {
                        iconInfo.iconRotation != 0 ||
                        iconInfo.iconRotationVariance != 0 ||
                        iconInfo.iconTranslationX != 0 ||
                        iconInfo.iconTranslationY != 0);
                        iconInfo.iconTranslationY != 0 ||
                        iconInfo.iconScale != 1f);
    }

    public static class IconCustomizer {