WizarDroid
WizarDroid copied to clipboard
notifyCompleted
I have 3 step wizard. All 3 steps are defined as required. When user input correct values on the first step I call notifyCompleted(), as a result step view is rebuilt (it calls to the onCreateView). Any fields initialized on the level of the step are lost (including ones, annotated as @ContextVariable). That happens only once, if after first re-initialization of the step, I input needed fields again, then notifyCompleted does not cause view rebuild.
support libs: 26.1.0 compileSdkVersion 26 buildToolsVersion '26.0.2'
I am having the same issue.