Skip to content

Commit

Permalink
Reset on selector no longer needed as there's no cache there
Browse files Browse the repository at this point in the history
  • Loading branch information
Redth committed Jul 26, 2023
1 parent ff7b068 commit 92409fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion VirtualListView/Platforms/Windows/IrSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public IrSource(IMauiContext context, PositionalViewSelector positionalViewSelec

public void Reset()
{
PositionalViewSelector.Reset();
CollectionChanged?.Invoke(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));
}

Expand Down

0 comments on commit 92409fd

Please sign in to comment.