-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Refactor collection change notifications and sorting
Refactor `OnCollectionChanged` in `ExtendedObservableCollection.cs` to use `NotifyCollectionChangedAction.Reset` for simplification. Update `SortableObservableCollection.cs` to avoid sorting on `NotifyCollectionChangedAction.Reset` and add a check to sort only if the collection has at least two items.
- Loading branch information
Stéphane ANDRE (E104915)
committed
Oct 9, 2024
1 parent
286ee21
commit 5ef22ff
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters