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
When using a ListAdapter with ViewPager2, the dots indicator does not properly respond to data changes in the adapter.
It appears that this is because only the onChanged callback of AdapterDataObserveris implemented. When using a ListAdapter, it utilizes the much more granular callbacks of AdapterDataObserver instead of onChanged.
When using a
ListAdapter
withViewPager2
, the dots indicator does not properly respond to data changes in the adapter.It appears that this is because only the
onChanged
callback ofAdapterDataObserver
is implemented. When using aListAdapter
, it utilizes the much more granular callbacks ofAdapterDataObserver
instead ofonChanged
.This appears related to #73.
The text was updated successfully, but these errors were encountered: