RtlViewPager icon indicating copy to clipboard operation
RtlViewPager copied to clipboard

Fix crash when the adapter changes its content

Open sgc-code opened this issue 8 years ago • 2 comments

PagerAdapterWrappershould 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

sgc-code avatar Sep 07 '16 16:09 sgc-code

Thanks a lot! We has this problem and this change fixes it! I hope it gets merged soon!

Ereza avatar Jan 12 '17 17:01 Ereza

Unfortunately this does not fix the crash !!!

Nammari avatar Jul 09 '17 00:07 Nammari