Open amirmehdi opened 6 years ago
Hi, If you know that on the second step you can already finish then you can do all the required actions in onNext() instead of onComplete(). Although personally I'd consider if this is the best approach altogether (user being able to finish in the second step while seeing that there's a third step available).
Hi, for example, I have three step but I want to finish and call onComplete in step two? how to do that? thanks!