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 7ca8708 commit 7f2fd2dCopy full SHA for 7f2fd2d
src/ui-pager/index.android.ts
@@ -395,7 +395,6 @@ export class Pager extends PagerBase {
395
return;
396
}
397
const ids = Array.from(this.bindedViewHolders).sort((a, b) => a - b);
398
- console.log('refreshVisibleItems', ids);
399
this.pagerAdapter.notifyItemRangeChanged(ids[0], ids[ids.length - 1] - ids[0] + 1);
400
401
@@ -757,7 +756,6 @@ function initPagerRecyclerAdapter() {
757
756
view = owner._itemViewLoader(template.key);
758
759
const isNonSync = view === undefined;
760
- console.log('isNonSync', view);
761
if (isNonSync || view instanceof ProxyViewContainer) {
762
const parentView = new ContentView();
763
parentView.id = 'pagerViewHolder';
0 commit comments