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-08-05 12:45:15 +0300
committermarinofaggiana <ios@nextcloud.com>2022-08-05 12:45:15 +0300
commit7bb634aac330bacc83bd6f3bb50b3df6eb601669 (patch)
tree489b4d33268b3d0083cd4f9866d5144d9e27f683
parent58aef87135f00c64cda432a2bd2aefde80424a0a (diff)
fix code
Signed-off-by: marinofaggiana <ios@nextcloud.com>
-rw-r--r--iOSClient/NCGlobal.swift3
1 files changed, 1 insertions, 2 deletions
diff --git a/iOSClient/NCGlobal.swift b/iOSClient/NCGlobal.swift
index d7a3272ec..f39ccc96c 100644
--- a/iOSClient/NCGlobal.swift
+++ b/iOSClient/NCGlobal.swift
@@ -209,6 +209,7 @@ class NCGlobal: NSObject {
let fileNameRichWorkspace = "Readme.md"
// Extension
+ //
@objc let extensionPreview = "ico"
// ContentPresenter
@@ -368,8 +369,6 @@ class NCGlobal: NSObject {
let notificationCenterPlayMedia = "playMedia"
let notificationCenterPauseMedia = "pauseMedia"
- // Tip
- //
let tipNCViewerPDFThumbnail = "tipncviewerpdfthumbnail"
let tipNCCollectionViewCommonAccountRequest = "tipnccollectionviewcommonaccountrequest"
let tipNCScanAddImage = "tipncscanaddimage"