Open abdul-khalid opened 8 years ago
Interesting! Not seen this one before, will take a look this weekend. Thanks for reporting
If you have any sample code, that would be great
Had the same issue. It's because when showcaseview.hide() is called (at least for me), the user can still click on "next" as the button is fading away but not yet completely hidden. My work around was to showcaseview.setvisibility(View.GONE) before hide() is called. This prevents the user from seeing the pretty fade out animation, but the alternative is a fatal crash... The null pointer should be caught, but i dont think it can be caught on our end without overriding showcaseview methods.