mukeshsolanki / android-otpview-pinview

A custom view to enter otp of different sizes used usually in cases of authentication.
MIT License
713 stars 206 forks source link

Clear codes #50

Closed CarlyAdam closed 5 years ago

CarlyAdam commented 5 years ago

Subject of the issue

@mukeshsolanki First of all thanks for this amazing library....good work!! How I can clear all codes ?? Thanks again ;)

mukeshsolanki commented 5 years ago

simply try otpview.setText("")

CarlyAdam commented 5 years ago

Yes it's the way, but after reset all codes i couldn't enter it again , so if i just add this line "android:focusableInTouchMode="true"" the problem is solve. Thanks again