Skip to content

Commit 8b33cf8

Browse files
stelianzawadz88
authored andcommitted
Add callback.complete() to complete flow in sample app
1 parent 212c42e commit 8b33cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/src/main/java/com/stepstone/stepper/sample/step/fragment/DelayedTransitionStepFragmentSample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public void run() {
9797
*/
9898
@Override
9999
public void onCompleteClicked(StepperLayout.OnCompleteClickedCallback callback) {
100-
// not needed here
100+
callback.complete();
101101
}
102102

103103
private boolean shouldOperationSucceed() {

0 commit comments

Comments
 (0)