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

NPE crash in TourGuide.cleanUp #62

Open mtrakal opened 8 years ago

mtrakal commented 8 years ago

After we update TourGuide from com.github.worker8:tourguide:1.0.14-SNAPSHOT@aar to com.github.worker8:tourguide:1.0.16-SNAPSHOT@aar it start crashing in:

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void f.a.a.a()' on a null object reference
       at tourguide.tourguide.TourGuide.cleanUp(TourGuide.java:130)
       ...
soufian044 commented 7 years ago

same thing is happening with me