|
@@ -369,14 +369,6 @@ class NCTrash: UIViewController, UIGestureRecognizerDelegate, NCTrashListCellDel
|
|
)
|
|
)
|
|
)
|
|
)
|
|
|
|
|
|
- actions.append(
|
|
|
|
- NCMenuAction(
|
|
|
|
- title: NSLocalizedString("_cancel_", comment: ""),
|
|
|
|
- icon: CCGraphics.changeThemingColorImage(UIImage(named: "cancel"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
|
|
|
|
- action: { menuAction in }
|
|
|
|
- )
|
|
|
|
- )
|
|
|
|
-
|
|
|
|
mainMenuViewController.actions = actions
|
|
mainMenuViewController.actions = actions
|
|
|
|
|
|
let menuPanelController = NCMenuPanelController()
|
|
let menuPanelController = NCMenuPanelController()
|
|
@@ -442,14 +434,6 @@ class NCTrash: UIViewController, UIGestureRecognizerDelegate, NCTrashListCellDel
|
|
)
|
|
)
|
|
)
|
|
)
|
|
|
|
|
|
- actions.append(
|
|
|
|
- NCMenuAction(
|
|
|
|
- title: NSLocalizedString("_cancel_", comment: ""),
|
|
|
|
- icon: CCGraphics.changeThemingColorImage(UIImage(named: "cancel"), width: 50, height: 50, color: NCBrandColor.sharedInstance.icon),
|
|
|
|
- action: { menuAction in }
|
|
|
|
- )
|
|
|
|
- )
|
|
|
|
-
|
|
|
|
mainMenuViewController.actions = actions
|
|
mainMenuViewController.actions = actions
|
|
|
|
|
|
let menuPanelController = NCMenuPanelController()
|
|
let menuPanelController = NCMenuPanelController()
|