Updated ImageLoader

This commit is contained in:
ClemensFischer 2025-12-25 20:01:08 +01:00
parent 7cdbca9c8c
commit 3c991d691b
3 changed files with 36 additions and 31 deletions

View file

@ -78,7 +78,7 @@ namespace MapControl
try
{
(var buffer, var _) = await GetHttpResponseAsync(uri, progress);
var buffer = await GetHttpContent(uri, progress);
if (buffer != null)
{