-
-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protect.card_locker.Utils.parseBalance: java.lang.NumberFormatException #1506
Comments
I get a similar crash on my FP3 (Android 13, L4mG) if I just enter too many 9s:
|
Hello, I'm reaching out as a first-time contributor to the project, eager to contribute and assist in resolving any issues that may arise. During my exploration of the system, I observed that when I add many 9s to the balance field the system does not crash as mentioned in your comment but they are rounded to 10s. For example, when I input "999999999999999", I see the balance displayed as "1000000000000000". This behavior seems unexpected to me. Is it supposed to happen or indeed there is a problem ? |
Hmm, interesting, I see putting the number 9 in 19 times in the Balance field translates it to The crash itself needs way more 9s, I just keep using copy-paste to double it and when I doubled from 200 to 400 the crash happened. So pasting this into a Catima balance field should crash it:
|
Yes I see the problem it happened to me as well when I inserted so many 9s. I would like to help resolve these issues if possible. Could I get assigned to try find what causes these issues and fix them please? |
Go for it :) |
Found in Google Play Console
Catima 2.25.3 on samsung a3core (Galaxy A03 Core) running Android 11 (SDK 30)
Not sure how they managed to set that input string but okay.
The text was updated successfully, but these errors were encountered: