mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Updated ImageLoader
This commit is contained in:
parent
7cdbca9c8c
commit
3c991d691b
3 changed files with 36 additions and 31 deletions
|
|
@ -78,7 +78,7 @@ namespace MapControl
|
|||
|
||||
try
|
||||
{
|
||||
(var buffer, var _) = await GetHttpResponseAsync(uri, progress);
|
||||
var buffer = await GetHttpContent(uri, progress);
|
||||
|
||||
if (buffer != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue