mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
ImageLoader implementation
This commit is contained in:
parent
8c18bb3192
commit
f029291413
2 changed files with 21 additions and 11 deletions
|
|
@ -44,7 +44,7 @@ namespace MapControl
|
|||
{
|
||||
var response = await GetHttpResponseAsync(uri, progress);
|
||||
|
||||
if (response != null && response.Buffer != null)
|
||||
if (response?.Buffer != null)
|
||||
{
|
||||
image = await LoadImageAsync(response.Buffer);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue