You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: