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 8c9944e commit ac45087Copy full SHA for ac45087
src/collectionview/index.android.ts
@@ -957,8 +957,6 @@ export class CollectionView extends CollectionViewBase {
957
parentView.id = 'collectionViewHolder';
958
view = parentView;
959
}
960
- // this._viewHolderChildren.push(new WeakRef(view));
961
- // this._addView(view);
962
view._setupAsRootView(this._context);
963
view._isAddedToNativeVisualTree = true;
964
view.callLoaded();
0 commit comments