Skip to content

Commit

Permalink
⬆️ Update BD.Common
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbadmin committed Aug 30, 2023
1 parent 68d98e6 commit 8215a2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ref/DirectoryPackages
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ public uint[] GetInstalledAppIds()

if (string.IsNullOrEmpty(url))
return default;
var value = await ImageSource.GetAsync(url, cache: true, cancellationToken: token);
var value = await ImageSource.GetAsync(url, cache: true, cacheFirst: true, cancellationToken: token);

return value;
}
Expand Down

0 comments on commit 8215a2f

Please sign in to comment.