mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-02 12:07:07 +01:00
Mark sidebar cells as buttons
This commit is contained in:
parent
95481f1d6d
commit
c8ae76af4b
@ -141,6 +141,7 @@ extension SidebarViewModel {
|
||||
cell.setNeedsUpdateConfiguration()
|
||||
cell.isAccessibilityElement = true
|
||||
cell.accessibilityLabel = item.title
|
||||
cell.accessibilityTraits.insert(.button)
|
||||
}
|
||||
|
||||
// header
|
||||
|
Loading…
Reference in New Issue
Block a user