marinofaggiana 5 năm trước cách đây
mục cha
commit
dc6ed2d155

+ 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),