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
There is problem when adding tabs dynamically it casuse
"
IllegalStateException: The application's PagerAdapter changed the adapter's content without calling PagerAdapter#notifyDataSetChanged
"
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
The text was updated successfully, but these errors were encountered:
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
NDrive@8bfe720
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
The text was updated successfully, but these errors were encountered: