deano2390 / MaterialShowcaseView

A Material Design themed ShowcaseView for Android
Apache License 2.0
2.72k stars 526 forks source link

Kitkat NPE #150

Open pawelantczak opened 6 years ago

pawelantczak commented 6 years ago

Hello. Just FYI. After release of my app with newly introduced Showcase, I've got NPE report like below:

Fatal Exception: java.lang.NullPointerException
       at android.view.ViewConfiguration.get(ViewConfiguration.java:341)
       at android.view.View.<init>(View.java:3475)
       at android.view.ViewGroup.<init>(ViewGroup.java:483)
       at android.widget.FrameLayout.<init>(FrameLayout.java:104)
       at uk.co.a.a.g.<init>(MaterialShowcaseView.java:84)
       at uk.co.a.a.g$a.<init>(MaterialShowcaseView.java:529)

OS: 4.4.2 Make: too exotic to mention Regards.