We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f59b00 commit cfc36eaCopy full SHA for cfc36ea
src/Files.App/ViewModels/Properties/Items/FolderProperties.cs
@@ -148,9 +148,7 @@ public async override Task GetSpecialPropertiesAsync()
148
}
149
else
150
{
151
- // Only load the size for items on the device
152
- if (Item.SyncStatusUI.SyncStatus != CloudDriveSyncStatus.FileOnline)
153
- GetFolderSizeAsync(folderPath, TokenSource.Token);
+ GetFolderSizeAsync(folderPath, TokenSource.Token);
154
155
156
0 commit comments