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

Commit 690777ee authored by d34d's avatar d34d Committed by Clark Scheff
Browse files

Themes: Set composed icon scale to 1f default

This currently only affects icon previews from the themes provider.

Change-Id: I85a01915e3d76d21d69896cb2f49c1b15fe69366
parent e8f0c380
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@ public class ComposedIconInfo implements Parcelable {
        iconRotation = 0;
        iconTranslationX = 0;
        iconTranslationY = 0;
        iconScale = 1f;
    }

    private ComposedIconInfo(Parcel source) {