RtlViewPager
RtlViewPager copied to clipboard
Fix crash when the adapter changes its content
PagerAdapterWrapper
should call super.notifyDataSetChanged()
when a change happens in the wrapped PageAdapter
otherwise you get the following error:
The application's PagerAdapter changed the adapter's contents without calling PagerAdapter#notifyDataSetChanged
Thanks a lot! We has this problem and this change fixes it! I hope it gets merged soon!
Unfortunately this does not fix the crash !!!