Skip to content

Commit

Permalink
Remove error from activity list.
Browse files Browse the repository at this point in the history
Signed-off-by: alex-z <[email protected]>
  • Loading branch information
allexzander committed Oct 19, 2023
1 parent dc4cb73 commit fb5d9c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/folder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1521,8 +1521,6 @@ void Folder::slotHydrationFailed(int errorCode, int statusCode, const QString &e
.arg(errorCode)
.arg(statusCode)
.arg(errorString);
const auto errorCategory = statusCode != 200 && statusCode != 204 ? ErrorCategory::NetworkError : ErrorCategory::GenericError;
slotSyncError(errorMessageDetails, errorCategory);

const auto errorMessageBox = new VfsDownloadErrorDialog(fileName, errorMessageDetails);

Expand Down

0 comments on commit fb5d9c7

Please sign in to comment.