Explorar o código

restrict VoiceOver to read chat list title as title, not additionally as a button, the accessibility hint informs already about the tap action

cyberta %!s(int64=3) %!d(string=hai) anos
pai
achega
0c1dc88bd2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      deltachat-ios/Controller/ChatListController.swift

+ 1 - 0
deltachat-ios/Controller/ChatListController.swift

@@ -26,6 +26,7 @@ class ChatListController: UITableViewController {
         view.addGestureRecognizer(navTapGesture)
         view.isUserInteractionEnabled = true
         view.font = UIFont.systemFont(ofSize: 17, weight: .semibold)
+        view.accessibilityTraits = .header
         return view
     }()