worker8 / TourGuide

TourGuide is an Android library that aims to provide an easy way to add pointers with animations over a desired Android View
MIT License
2.63k stars 416 forks source link

fast clicks in a sequence bug fix #65

Open simllll opened 8 years ago

simllll commented 8 years ago

in a sequence (only tested ContinueMethod.OverlayListener) fast clicks didn't remove the overlay correctly. therefore the UI was not useable anymore. this fixes "very" fast click through several tourguide steps. This happend when one animation starts before the last one has finished. this fix removes the "old" overlay.

needs some more testing!

regards simon