TourGuide icon indicating copy to clipboard operation
TourGuide copied to clipboard

How to use tourguide.next()

Open azizimusa opened this issue 10 years ago • 0 comments

My app always crash whenever I using myTour.next(). I define it like this :

TourGuide first_tour = TourGuide.init.....
...
...

first_tour.playOn(view);

TourGuide second_tour = TourGuide.init.....
...
...

second_tour.playLater(view);

and then, when i cleanup the 1st tour, then called second_tour.next(). App crash. Please advise.

azizimusa avatar Sep 27 '15 15:09 azizimusa