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 76dbc95 commit 9007953Copy full SHA for 9007953
src/collectionview.android.ts
@@ -669,7 +669,7 @@ export class CollectionView extends CollectionViewBase {
669
}
670
671
public onSourceCollectionChanged(event: ChangedData<any>) {
672
- if (!this._listViewAdapter) {
+ if (!this._listViewAdapter || this._dataUpdatesSuspended) {
673
return;
674
675
if (Trace.isEnabled()) {
0 commit comments