From cce98f1e841879972a677ce0755ef71a135f849c Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Wed, 31 Jul 2024 15:16:08 +0800 Subject: [PATCH] Stop loading indicator when presenting error Signed-off-by: Claudio Cambra --- .../FileProviderUIExt/Locking/LockViewController.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Locking/LockViewController.swift b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Locking/LockViewController.swift index cdb341653..d261c0955 100644 --- a/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Locking/LockViewController.swift +++ b/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/Locking/LockViewController.swift @@ -58,6 +58,7 @@ class LockViewController: NSViewController { private func presentError(_ error: String) { Logger.lockViewController.error("Error: \(error, privacy: .public)") descriptionLabel.stringValue = "Error: \(error)" + stopIndicatingLoading() } private func processItemIdentifier(_ itemIdentifier: NSFileProviderItemIdentifier) async { -- 2.30.2