You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RealmCollectionBase raise CollectionChanged event with Remove action when cleared. Even though correct, it will be more efficient to raise Reset in this case, and we'd align with ObservableCollections too
RealmCollectionBase
raiseCollectionChanged
event withRemove
action when cleared. Even though correct, it will be more efficient to raiseReset
in this case, and we'd align withObservableCollections
tooRelated to #2854
The text was updated successfully, but these errors were encountered: