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 41b1d3e commit b138d6eCopy full SHA for b138d6e
src/collectionview.android.ts
@@ -516,7 +516,6 @@ export class CollectionView extends CollectionViewBase {
516
}
517
518
// nativeView.adapter.owner = new WeakRef(this);
519
- console.log('refresh', new Error().stack);
520
const layoutManager = view.getLayoutManager();
521
if (layoutManager['setSpanCount']) {
522
layoutManager['setSpanCount'](this.computeSpanCount());
0 commit comments