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 42946b4 commit 76f347bCopy full SHA for 76f347b
grid-view.android.ts
@@ -179,7 +179,7 @@ class GridViewScrollListener extends android.support.v7.widget.RecyclerView.OnSc
179
}
180
181
const lastVisibleItemPos = (view.getLayoutManager() as android.support.v7.widget.GridLayoutManager).findLastCompletelyVisibleItemPosition();
182
- const itemCount = owner.items.length;
+ const itemCount = owner.items.length - 1;
183
if (lastVisibleItemPos === itemCount) {
184
owner.notify({
185
eventName: GridViewBase.loadMoreItemsEvent,
0 commit comments