marinofaggiana 5 years ago
parent
commit
e8507e8e3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Main/Create cloud/NCCreateMenuAdd.swift

+ 1 - 1
iOSClient/Main/Create cloud/NCCreateMenuAdd.swift

@@ -50,7 +50,7 @@ class NCCreateMenuAdd: NSObject {
         
 #if !targetEnvironment(simulator)
         if #available(iOS 11.0, *) {
-            items.append(ActionSheetItem(title: NSLocalizedString("_scans_document_", comment: ""), value: 40, image: CCGraphics.changeThemingColorImage(UIImage.init(named: "scan"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon)))
+            items.append(MenuItem(title: NSLocalizedString("_scans_document_", comment: ""), value: 40, image: CCGraphics.changeThemingColorImage(UIImage.init(named: "scan"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon)))
         }
 #endif