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:
authormarinofaggiana <ios@nextcloud.com>2022-06-03 17:45:42 +0300
committermarinofaggiana <ios@nextcloud.com>2022-06-03 17:45:42 +0300
commit76db0a3b30caca71a591a252662023e24f77d6e1 (patch)
tree98807c7d0066d77c83d11def2f2472c39cdb1235 /iOSClient/Offline
parentbc83560d194f637750128d96409915ce0a5dd474 (diff)
coding
Signed-off-by: marinofaggiana <ios@nextcloud.com>
Diffstat (limited to 'iOSClient/Offline')
-rw-r--r--iOSClient/Offline/NCOffline.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/iOSClient/Offline/NCOffline.swift b/iOSClient/Offline/NCOffline.swift
index 9d77f5392..6a25525b1 100644
--- a/iOSClient/Offline/NCOffline.swift
+++ b/iOSClient/Offline/NCOffline.swift
@@ -36,6 +36,7 @@ class NCOffline: NCCollectionViewCommon {
enableSearchBar = false
headerMenuButtonsCommand = false
headerMenuButtonsView = true
+ headerRichWorkspaceDisable = true
emptyImage = UIImage(named: "folder")?.image(color: NCBrandColor.shared.brandElement, size: UIScreen.main.bounds.width)
emptyTitle = "_files_no_files_"
emptyDescription = "_tutorial_offline_view_"