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 checked on my device: Samsung A9Pro (android 8.0), and when click key del on softkeyboard, nothing happenned.
I want last code deleted.
I think it's a bug of onKeyListener(), so pls make SmsConfirmationView class open, not final, so I can custom it if want.
Thanks so much!
The text was updated successfully, but these errors were encountered:
I'm afraid I can't reproduce this bug on my devices (mostly Pixels). Not sure if making the class open will allow you to adjust the view in order to fix the issue. You can fork the repo though and make this change in your local copy I believe. Feel free to raise a Pull Request to this project if you'll come up with a solution.
I checked on my device: Samsung A9Pro (android 8.0), and when click key del on softkeyboard, nothing happenned.
I want last code deleted.
I think it's a bug of onKeyListener(), so pls make SmsConfirmationView class open, not final, so I can custom it if want.
Thanks so much!
The text was updated successfully, but these errors were encountered: