Эх сурвалжийг харах

Remove cancel option for comment menu

Sliding the menu down, or tapping outside does the same thing and is more intuitive.

Signed-off-by: Henrik Storch <henrik.storch@nextcloud.com>
Henrik Storch 3 жил өмнө
parent
commit
7cbe3c3d59

+ 1 - 8
iOSClient/Activity/NCActivity.swift

@@ -508,14 +508,7 @@ extension NCActivity: NCShareCommentsCellDelegate {
                 }
             )
         )
-        
-        actions.append(
-            NCMenuAction(
-                title: NSLocalizedString("_cancel_", comment: ""),
-                icon: UIImage(named: "cancel")!.image(color: NCBrandColor.shared.gray, size: 50),
-                action: nil)
-        )
-        
+
         menuViewController.actions = actions
 
         let menuPanelController = NCMenuPanelController()