Skip to content

Commit 4b72678

Browse files
authored
Fix: Fixed issue where hashes weren't able to calculate (#14832)
1 parent 117f79b commit 4b72678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/Utils/Cloud/CloudDriveSyncStatusUI.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public class CloudDriveSyncStatusUI : ObservableObject
2020

2121
public CloudDriveSyncStatusUI()
2222
{
23+
SyncStatus = CloudDriveSyncStatus.Unknown;
2324
}
2425

2526
private CloudDriveSyncStatusUI(CloudDriveSyncStatus syncStatus)

0 commit comments

Comments
 (0)