Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NUI] Fix crash on ScrollableBase.Dispose()
In ScrollableBase.Dispose(), propertyNotification is disposed as well. To dispose propertyNotification, RemovePropertyNotifications was called inappropriately and it caused crash. To resolve the above, RemovePropertyNotification is called by ContentContainer with propertyNotification like AddPropertyNotification is called by ContentContainer with propertyNotification.
- Loading branch information