You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the generated files, lint shows me a warning that numbers that start with a ., i.e. (.5) can crash on some devices. Instead it suggests to prepend a 0.
I think this is something this library could perfectly do.
The text was updated successfully, but these errors were encountered:
For the generated files, lint shows me a warning that numbers that start with a
.
, i.e. (.5
) can crash on some devices. Instead it suggests to prepend a0
.I think this is something this library could perfectly do.
The text was updated successfully, but these errors were encountered: