DIB
This commit is contained in:
parent
c1e09b0ca7
commit
61701e21e9
26 changed files with 382 additions and 210 deletions
|
|
@ -200,7 +200,7 @@ namespace BookAStar.Rendering
|
|||
var uriImageLoader = imagesource as UriImageSource;
|
||||
if (uriImageLoader != null && uriImageLoader.Uri != null)
|
||||
{
|
||||
using (var client = UserHelpers.CreateClient())
|
||||
using (var client = UserHelpers.CreateJsonClient())
|
||||
{
|
||||
using (var response = await client.GetAsync(uriImageLoader.Uri))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue