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

Commit 0463e1a8 authored by Fynn Godau's avatar Fynn Godau
Browse files

Don't parse weight in custom styles

In e/backlog#6834, an app is
providing a Float instead of Int value incorrectly
parent d6a05861
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ class Styler(
    @SerializedName("invert_lightness") val invertLightness: Boolean?,
    val visibility: String?,
    val color: String?,
    val weight: Int?
    //val weight: Int?
)

/**