You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In TabBarView you are calling pager.getAdapter().getPageTitle(i).toString() which will throw an NPE if it is unimplemented. Since getPageTitle is not abstract, the CharSequence returned should be checked.
In
TabBarView
you are callingpager.getAdapter().getPageTitle(i).toString()
which will throw an NPE if it is unimplemented. SincegetPageTitle
is not abstract, theCharSequence
returned should be checked.https://github.com/Mirkoddd/TabBarView/blob/master/TabBarViewLibrary/src/com/mirko/tbv/TabBarView.java#L174
The text was updated successfully, but these errors were encountered: