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

View becomes unresponsive when tourguide sequence is clicked through rapidly #61

Open aditya2592 opened 8 years ago

aditya2592 commented 8 years ago

Hi,

I have noticed something which may or may not be a bug. If a person rapidly clicks through the tourguide sequence (without waiting for next animation to appear) then the view becomes unresponsive at the end of the sequence. By unresponsive I mean, no button is clickable in the view. The app doesnt crash however.

nicopasso commented 8 years ago

Same problem for me with rapid clicks.

@aditya2592 did you find any solution to this problem?

simllll commented 8 years ago

see https://github.com/worker8/TourGuide/pull/65 .. let me know if it works for you.

regards