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
The RecyclerAdapterDataChangeOnSubscribe observable created by the RxRecyclerViewAdapter.dataChanges method creates an AdapterDataObserver which only implements onChanged, which is only triggered by calling notifyDataSetChanged. For anyone calling notifyItemInserted, notifyItemRemoved, etc. to avoid rebinding the entire list, using RxRecyclerViewAdapter.dataChanges does not work.
The text was updated successfully, but these errors were encountered:
The RecyclerAdapterDataChangeOnSubscribe observable created by the RxRecyclerViewAdapter.dataChanges method creates an AdapterDataObserver which only implements onChanged, which is only triggered by calling notifyDataSetChanged. For anyone calling notifyItemInserted, notifyItemRemoved, etc. to avoid rebinding the entire list, using RxRecyclerViewAdapter.dataChanges does not work.
The text was updated successfully, but these errors were encountered: