Skip to content

Commit

Permalink
Update src/Files.App/Data/Models/ItemViewModel.cs
Browse files Browse the repository at this point in the history
Co-authored-by: hishitetsu <[email protected]>
  • Loading branch information
yaira2 and hishitetsu authored Mar 1, 2024
1 parent 051251c commit 1a5c4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Files.App/Data/Models/ItemViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1117,7 +1117,7 @@ await Task.Run(async () =>
}

cts.Token.ThrowIfCancellationRequested();
_ = LoadBasicIconAsync(item);
await LoadBasicIconAsync(item);

if (item.IsLibrary || item.PrimaryItemAttribute == StorageItemTypes.File || item.IsArchive)
{
Expand Down

0 comments on commit 1a5c4c4

Please sign in to comment.