We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0d898 commit 2060be7Copy full SHA for 2060be7
src/main/java/info/anodsplace/android/widget/recyclerview/MergeRecyclerAdapter.java
@@ -130,6 +130,7 @@ protected RecyclerView.Adapter getAdapterOffsetForItem(final int position) {
130
int i = 0;
131
int count = 0;
132
133
+ mAdapterOffset = 0;
134
while (i < adapterCount) {
135
RecyclerView.Adapter adapter = mAdapters.get(i);
136
int newCount = count + adapter.getItemCount();
0 commit comments