Skip to content

Commit 11be3bf

Browse files
authored
Update README.md
1 parent 82eff33 commit 11be3bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ he can perform these operations and then invoke the `goToNextStep()` method of t
219219
If the user wants to perform these operations on the final step, when clicking on the Complete button, he needs to invoke the `complete()` method of the `StepperLayout.OnCompleteClickedCallback`.
220220
While operations are performed, and the user would like to go back you can cancel them and then invoke `onBackClicked()` method of the `StepperLayout.OnBackClickedCallback`.
221221
<p><img src ="./gifs/delayed-transition.gif" width="360" height="640"/></p>
222+
222223
To do so the fragment/view must implement `BlockingStep` instead of `Step`.
223224
Also, make sure that `goToNextStep()` and/or `complete()` get called on the main thread.
224225
**Note:** `onNextClicked(StepperLayout.OnNextClickedCallback)` and ``onCompleteClicked(StepperLayout.OnCompleteClickedCallback)`` methods get invoked after step verification.

0 commit comments

Comments
 (0)