Browse Source

add hint that avatar is a button in Tabbar

cyberta 5 năm trước cách đây
mục cha
commit
f0c303ed8b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      deltachat-ios/Controller/ChatViewController.swift

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

@@ -137,6 +137,7 @@ class ChatViewController: MessagesViewController {
                 badge =  InitialsBadge(name: chat.name, color: chat.color, size: 28)
             }
             badge.setVerified(chat.isVerified)
+            badge.accessibilityTraits = .button
             navigationItem.rightBarButtonItem = UIBarButtonItem(customView: badge)
         }