Closed bohoffi closed 7 years ago
Hi @bohoffi,
I think the issue here is that you're not extending a fragment adapter. Please see https://github.com/stepstone-tech/android-material-stepper/blob/master/README.md#extend-abstractfragmentstepadapter
AbstractFragmentStepAdapter
should be used if your steps are also Fragments
Ok, was my fault. It seems I just overread Fragment
in the adapter class' name ...
Make sure these boxes are checked before submitting your issue - thank you!
Using your library I got the mentioned exception but there were no instructions to override the mentioned method.
Include the following:
3.3.0
Steps to reproduce
Implementation:
Reproduction
BookUpdateWizardDialog.newInstance().show(getFragmentManager(), "");
to display the dialog containing the stepper=> crash
Stacktrace
Expected behaviour