mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-06 14:27:14 +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.setNeedsUpdateConfiguration()
|
||||||
cell.isAccessibilityElement = true
|
cell.isAccessibilityElement = true
|
||||||
cell.accessibilityLabel = item.title
|
cell.accessibilityLabel = item.title
|
||||||
|
cell.accessibilityTraits.insert(.button)
|
||||||
}
|
}
|
||||||
|
|
||||||
// header
|
// header
|
||||||
|
Loading…
Reference in New Issue
Block a user