Browse Source

Remove unneded code

Dismiss is handled by FloatingPanel.

Signed-off-by: Henrik Storch <henrik.storch@nextcloud.com>
Henrik Storch 3 năm trước cách đây
mục cha
commit
16f3fc30a9
1 tập tin đã thay đổi với 0 bổ sung7 xóa
  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 {