Skip to content

Android project demonstrating potential NPE in Nougat's android.support.design.widget.TabLayout.

License

Notifications You must be signed in to change notification settings

Permusoft/TabCrash

Repository files navigation

TabCrash

Android project demonstrating potential NPE in Nougat's android.support.design.widget.TabLayout.

Nougat replaced TabLayout's setOnTabSelectedListener() with the more general addOnTabSelectedListener().

The calling code however doesn't seem to check for a null Tab object, which occurs when the first is added.

About

Android project demonstrating potential NPE in Nougat's android.support.design.widget.TabLayout.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages