Explorar o código

Remove unneded code

Dismiss is handled by FloatingPanel.

Signed-off-by: Henrik Storch <henrik.storch@nextcloud.com>
Henrik Storch %!s(int64=3) %!d(string=hai) anos
pai
achega
16f3fc30a9
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  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 {