Skip to content

Commit

Permalink
Update AdvancedCollectionView.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightczx committed Jul 17, 2024
1 parent 1ea9241 commit 4e7f8e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ private bool MoveCurrentToIndex(int i)

if (i < -1 || i >= view.Count)
{
Debugger.Break(); // Figure out how this will hit.
// view is empty, i is 0, current pos is -1
OnPropertyChanged(nameof(CurrentItem));
return false;
}
Expand Down

0 comments on commit 4e7f8e2

Please sign in to comment.