mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Reset Tile.IsPending on request cancellation
This commit is contained in:
parent
c3386d1fbb
commit
545e49b306
5 changed files with 22 additions and 8 deletions
|
|
@ -112,8 +112,6 @@ namespace MapControl
|
|||
{
|
||||
Logger?.LogError(ex, "Failed loading tile image {zoom}/{column}/{row}", tile.ZoomLevel, tile.Column, tile.Row);
|
||||
}
|
||||
|
||||
tile.IsPending = cancellationToken.IsCancellationRequested && tile.Image == null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue