stepstone-tech / android-material-stepper

This library allows to use Material steppers inside Android applications.
Apache License 2.0
1.78k stars 262 forks source link

Skip step 2 verification and go to step 3 from step 1 #280

Open alihusseinalissa opened 5 years ago

alihusseinalissa commented 5 years ago

I have step verification on each step. When I am on step 1, and click next twice, the application starts to verify step 1, and when complete, it goes immediately to step 3, skipping the verification of step 2.

Is it a bug? or I should disable the next button manually?