mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Update ImageFileCache.UWP.cs
This commit is contained in:
parent
11ed14c823
commit
2a458abd92
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ namespace MapControl.Caching
|
|||
{
|
||||
try
|
||||
{
|
||||
var item = await rootFolder.TryGetItemAsync(key.Replace('/', '\\'));
|
||||
var item = await rootFolder.TryGetItemAsync(Path.Combine(key.Split('/')));
|
||||
|
||||
if (item is StorageFile file && file.DateCreated > DateTimeOffset.Now)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue