Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarino Faggiana <marino@marinofaggiana.com>2022-11-13 11:42:28 +0300
committerMarino Faggiana <marino@marinofaggiana.com>2022-11-13 11:42:28 +0300
commite61f99345d48e34ab94351d14871cd24e951b55a (patch)
tree766571c4f95e3bfa11f606161350c059e1186952
parent4d399ce05973e5db09bf8158f57698e346a8501e (diff)
coding e2ee
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
-rw-r--r--iOSClient/Menu/AppDelegate+Menu.swift8
1 files changed, 4 insertions, 4 deletions
diff --git a/iOSClient/Menu/AppDelegate+Menu.swift b/iOSClient/Menu/AppDelegate+Menu.swift
index d1da9c962..805c395fb 100644
--- a/iOSClient/Menu/AppDelegate+Menu.swift
+++ b/iOSClient/Menu/AppDelegate+Menu.swift
@@ -143,6 +143,10 @@ extension AppDelegate {
)
}
+ if CCUtility.isEnd(toEndEnabled: appDelegate.account) && appDelegate.activeServerUrl == serverUrlHome {
+ actions.append(.seperator)
+ }
+
if serverVersionMajor >= NCGlobal.shared.nextcloudVersion18 && directory?.richWorkspace == nil && !isEncrypted && NextcloudKit.shared.isNetworkReachable() {
actions.append(
NCMenuAction(
@@ -160,10 +164,6 @@ extension AppDelegate {
)
}
- if CCUtility.isEnd(toEndEnabled: appDelegate.account) && appDelegate.activeServerUrl == serverUrlHome {
- actions.append(.seperator)
- }
-
if NextcloudKit.shared.isNetworkReachable() && directEditingCreators != nil && directEditingCreators!.contains(where: { $0.editor == NCGlobal.shared.editorOnlyoffice && $0.identifier == NCGlobal.shared.onlyofficeDocx}) && !isEncrypted {
let directEditingCreator = directEditingCreators!.first(where: { $0.editor == NCGlobal.shared.editorOnlyoffice && $0.identifier == NCGlobal.shared.onlyofficeDocx})!
actions.append(