laenger / ViewPagerBottomSheet

Use ViewPagers in Bottom Sheets!
Apache License 2.0
465 stars 86 forks source link

Handle empty ViewPager #24

Closed crehmann closed 6 years ago

crehmann commented 6 years ago

I am using a ViewPager with an adapter. When the adapter was empty, the ViewPagerBottomSheetBehavior caused a NullPointerException.

crehmann commented 6 years ago

I have updated the PR.

vimalpsojan commented 5 years ago

I am using your library, Can you please release new version with this fix.