Skip to content

Commit 5ef5215

Browse files
yaira2hishitetsu
andcommitted
Update src/Files.App/Data/Models/ItemViewModel.cs
Co-authored-by: hishitetsu <66369541+hishitetsu@users.noreply.github.com>
1 parent 11684c5 commit 5ef5215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Data/Models/ItemViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ await Task.Run(async () =>
11171117
}
11181118

11191119
cts.Token.ThrowIfCancellationRequested();
1120-
_ = LoadBasicIconAsync(item);
1120+
await LoadBasicIconAsync(item);
11211121

11221122
if (item.IsLibrary || item.PrimaryItemAttribute == StorageItemTypes.File || item.IsArchive)
11231123
{

0 commit comments

Comments
 (0)