Skip to content

Commit 8071d58

Browse files
committed
chore: missing reset in last commit
1 parent 9e2b5d7 commit 8071d58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/collectionview/index.android.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,7 @@ export class CollectionView extends CollectionViewBase {
947947
v.view = null;
948948
v.clickListener = null;
949949
});
950+
this._viewHolders = new Set();
950951
}
951952
getKeyByValue(viewType: number) {
952953
return this.templateStringTypeNumber.get(viewType);

0 commit comments

Comments
 (0)