Fix warnings

This commit is contained in:
hadashiA 2024-02-22 18:11:15 +09:00
parent 39e2ae5f9d
commit 12a18a71f6

View File

@ -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: