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
FragmentStatePagerAdapter manages an internal reference to it's Fragments when extending it you shouldn't create an additional SparseArray (as in ObjectAtPositionPagerAdapter) instead implement the ObjectAtPositionInterface and in the getObjectAtPosition return super.instantiateItem().
Todo this can be better handled inside WrapContentViewPager.
The text was updated successfully, but these errors were encountered:
FragmentStatePagerAdapter
manages an internal reference to it's Fragments when extending it you shouldn't create an additionalSparseArray
(as inObjectAtPositionPagerAdapter
) instead implement theObjectAtPositionInterface
and in thegetObjectAtPosition
return super.instantiateItem().Todo this can be better handled inside WrapContentViewPager.
The text was updated successfully, but these errors were encountered: