Browse Source

Remove unneded code

Dismiss is handled by FloatingPanel.

Signed-off-by: Henrik Storch <henrik.storch@nextcloud.com>
Henrik Storch 3 years ago
parent
commit
16f3fc30a9
1 changed files with 0 additions and 7 deletions
  1. 0 7
      iOSClient/Menu/NCMenu.swift

+ 0 - 7
iOSClient/Menu/NCMenu.swift

@@ -91,13 +91,6 @@ class NCMenu: UITableViewController {
     override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
         return 60
     }
-
-    // MARK: - Accessibility
-
-    open override func accessibilityPerformEscape() -> Bool {
-        dismiss(animated: true)
-        return true
-    }
 }
 extension NCMenu: FloatingPanelControllerDelegate {