marinofaggiana преди 5 години
родител
ревизия
dc6ed2d155
променени са 1 файла, в които са добавени 0 реда и са изтрити 9 реда
  1. 0 9
      iOSClient/Main/Menu/NCDetailNavigationController+Menu.swift

+ 0 - 9
iOSClient/Main/Menu/NCDetailNavigationController+Menu.swift

@@ -50,15 +50,6 @@ extension NCDetailNavigationController {
             )
         )
 
-        actions.append(
-            NCMenuAction(title: NSLocalizedString("_share_", comment: ""),
-                icon: CCGraphics.changeThemingColorImage(UIImage(named: "share"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
-                action: { menuAction in
-                    NCMainCommon.sharedInstance.openShare(ViewController: viewController, metadata: metadata, indexPage: 0)
-                }
-            )
-        )
-        
         actions.append(
             NCMenuAction(title: NSLocalizedString("_delete_", comment: ""),
                          icon: CCGraphics.changeThemingColorImage(UIImage(named: "trash"), width: 50, height: 50, color: .red),