Fix warnings
This commit is contained in:
parent
39e2ae5f9d
commit
12a18a71f6
@ -217,7 +217,7 @@ namespace ObservableCollections.Internal
|
|||||||
viewMap.Add(id, view);
|
viewMap.Add(id, view);
|
||||||
|
|
||||||
var index = list.IndexOfKey((view, id));
|
var index = list.IndexOfKey((view, id));
|
||||||
filter.InvokeOnReplace(value, view, oldValue, oldView, index, oldIndex);
|
filter.InvokeOnReplace(value, view, oldValue, oldView!, index, oldIndex);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case NotifyCollectionChangedAction.Move:
|
case NotifyCollectionChangedAction.Move:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user