Эх сурвалжийг харах

add hint that avatar is a button in Tabbar

cyberta 5 жил өмнө
parent
commit
f0c303ed8b

+ 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)
         }