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 38a95b1 commit bf61f8cCopy full SHA for bf61f8c
src/ui-pager/index.android.ts
@@ -880,7 +880,6 @@ function initPagerRecyclerAdapter() {
880
const owner = this.owner ? this.owner.get() : null;
881
if (owner) {
882
const template = owner._getItemTemplate(index);
883
- console.log('getItemViewType', template, owner._itemTemplatesInternal.indexOf(template));
884
return owner._itemTemplatesInternal.indexOf(template);
885
}
886
return 0;
0 commit comments