There was an error while loading. Please reload this page.
1 parent e204cbe commit 200471dCopy full SHA for 200471d
1 file changed
src/gui/owncloudgui.cpp
@@ -327,7 +327,7 @@ void ownCloudGui::slotComputeOverallSyncStatus()
327
if (!fileProvider->xpc()->fileProviderExtReachable(accountFpId)) {
328
problemFileProviderAccounts.append(accountFpId);
329
} else {
330
- switch (const auto latestStatus = fileProvider->socketServer()->latestReceivedSyncStatusForAccount(accountState->account())) {
+ switch (fileProvider->socketServer()->latestReceivedSyncStatusForAccount(accountState->account())) {
331
case SyncResult::Undefined:
332
case SyncResult::NotYetStarted:
333
idleFileProviderAccounts.append(accountFpId);
0 commit comments