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
When use arc progress in Persian language apps when use decimal formatter change number character and its make crash
Caused by: java.lang.NumberFormatException: For input string: "۷۰"
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
at java.lang.Float.parseFloat(Float.java:451)
at com.github.lzyzsd.circleprogress.ArcProgress.setProgress(ArcProgress.java:191)
at com.github.lzyzsd.circleprogress.ArcProgress.initByAttributes(ArcProgress.java:112)
at com.github.lzyzsd.circleprogress.ArcProgress.(ArcProgress.java:99)
at com.github.lzyzsd.circleprogress.ArcProgress.(ArcProgress.java:83)
... 61 more
The text was updated successfully, but these errors were encountered:
sdarvish
added a commit
to sdarvish/CircleProgress
that referenced
this issue
Aug 18, 2021
When use arc progress in Persian language apps when use decimal formatter change number character and its make crash
Caused by: java.lang.NumberFormatException: For input string: "۷۰"
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043)
at sun.misc.FloatingDecimal.parseFloat(FloatingDecimal.java:122)
at java.lang.Float.parseFloat(Float.java:451)
at com.github.lzyzsd.circleprogress.ArcProgress.setProgress(ArcProgress.java:191)
at com.github.lzyzsd.circleprogress.ArcProgress.initByAttributes(ArcProgress.java:112)
at com.github.lzyzsd.circleprogress.ArcProgress.(ArcProgress.java:99)
at com.github.lzyzsd.circleprogress.ArcProgress.(ArcProgress.java:83)
... 61 more
The text was updated successfully, but these errors were encountered: