-
-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
Description
Describe the bug 🐞
If we use SortAndBind with an IObservable we have to use ObserveOn(RxApp.MainThreadScheduler) for the compare observable, otherwise the application will freeze. For the deprecated .Sort() method it was not required.
This behavour can cause wired problems if you switches from .Sort to SortAndBind with just coping the compare observable.
Step to reproduce
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Reproduction repository
https://github.com/reactivemarbles/DynamicData
Expected behavior
See Descriptions
Screenshots 🖼️
No response
IDE
No response
Operating system
No response
Version
No response
Device
No response
DynamicData Version
No response
Additional information ℹ️
No response
Reactions are currently unavailable
