Closed tsouvarev closed 10 years ago
It seems it doesn't call onTripStart as well...
From my design, because the trip didn't finish successfully, so onTripEnd
will not be called.
It seems it doesn't call onTripStart as well...
prev()
did call run()
, and run()
did call onTripStart()
if you check from the codebase :)
@Fire-Brand , @tsouvarev hope this clarify something !
From my design, because the trip didn't finish successfully, so onTripEnd will not be called.
Why do you think that trip didn't finish successfully? prev
is called when you click 'go backwards' button, so it's a normal flow
We can try to fix this in next version if possible !
prev
method missing call of onTripEnd. Simple copy-paste fromnext
method solves the problem