OTP EditText sometimes doesn't auto-move to the next field #56
Labels
android
This issue relates to the Android project
bug
Something isn't working
good-first-issue
Good for newcomers
In the Android project, a bug sometimes occurs when using the EditText fields in the OtpActivity. If the text fields are pressed at the right time or some kind of unluckiness happens, then every now and then a number is inputted into the field but the focus does not move to the next/previous fields.
It's possible the base call is interfering with our behavior. Or just bad code I wrote. One solution may be to have a single EditText instead of 6. But it just looks so pretty right now and I like it.
The bug should be exclusively in the
OtpEditText
classThe text was updated successfully, but these errors were encountered: