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
I have searched searched open and closed issues for duplicates
I am submitting a bug report for existing functionality that does not work as intended
This isn't a feature request or a discussion topic
Bug description
Steps:
Go to settings
Go to Donation
Select one-time Custom amount
Enter a large amount
This can cause issues while making a payment and shows an edge case when entering the amount. (Like it causes Failure in case of PayPal)
A limit of 9 Characters is enough and won't fail for PayPal.
Please assign this to me I am ready with my PR
Screenshots
Device
Realme GT NEO 3T
Android version
14
Signal version
7.28.4
Link to debug log
NA
The text was updated successfully, but these errors were encountered:
- Added validation in MoneyFilter to restrict input to 9 characters.
- Updated both filter and afterTextChanged methods to enforce this limit.
- Ensured edge cases and formatting remain functional.
- Resolvessignalapp#13872.
Guidelines
Bug description
Steps:
This can cause issues while making a payment and shows an edge case when entering the amount. (Like it causes Failure in case of PayPal)
A limit of 9 Characters is enough and won't fail for PayPal.
Please assign this to me I am ready with my PR
Screenshots
Device
Realme GT NEO 3T
Android version
14
Signal version
7.28.4
Link to debug log
NA
The text was updated successfully, but these errors were encountered: