Improved TileImageLoader

This commit is contained in:
ClemensFischer 2023-08-12 17:36:37 +02:00
parent d9c5455a83
commit c6f7b2d665
9 changed files with 70 additions and 87 deletions

View file

@ -46,7 +46,7 @@ namespace MapControl
if (buffer != null && buffer.Length > 0)
{
await LoadTile(tile, () => ImageLoader.LoadImageAsync(buffer));
await LoadTile(tile, () => ImageLoader.LoadImageAsync(buffer)).ConfigureAwait(false);
}
}