RtlViewPager icon indicating copy to clipboard operation
RtlViewPager copied to clipboard

problem when adding tabs dynamically

Open m7mdyahia opened this issue 8 years ago • 1 comments

There is problem when adding tabs dynamically it casuse " IllegalStateException: The application's PagerAdapter changed the adapter's content without calling PagerAdapter#notifyDataSetChanged "

this commit by @NDrive partially fixes it https://github.com/NDrive/RtlViewPager/commit/8bfe7200aed5132b76c1b4ab784d3ec8d6773e9f

there is still problems in this case load the tabs with 3 tabs then dynamically add a 4th one then try to scroll back the 2nd is diplayed not the third

m7mdyahia avatar Feb 28 '17 15:02 m7mdyahia

same issue for me

Asad4429 avatar Apr 12 '18 14:04 Asad4429