Fixed a typo and a warning
This commit is contained in:
parent
bedd49ce17
commit
1d955c1506
3 changed files with 4 additions and 4 deletions
|
@ -599,7 +599,7 @@ namespace Nuclex.Avalonia.Collections {
|
|||
);
|
||||
if(!this.fetchedPages[pageIndex]) {
|
||||
int count = Math.Min(
|
||||
this.assumedCount.Value - (this.pageSize * pageIndex),
|
||||
this.assumedCount!.Value - (this.pageSize * pageIndex),
|
||||
this.pageSize
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue