ChaosLeung / PinView

A PIN view library for Android. Use to enter PIN/OTP/password etc.
Apache License 2.0
627 stars 119 forks source link

Fixed: IndexOutOfBoundsException at moveSelectionToEnd methode #72

Open CUET-sajib10 opened 2 years ago

CUET-sajib10 commented 2 years ago

Lots of user of our app are getting this exception -

Fatal Exception: java.lang.IndexOutOfBoundsException measureLimit (2) is out of start (0) and limit (1) bounds

I added a solution for this.

ugurcany commented 2 years ago

Good solution! We also get this crash on production. Please review and merge this PR, @ChaosLeung

spectosha commented 2 years ago

@ChaosLeung please review and merge this PR