IOS-95: Label filter buttons in “Pick server” as buttons

This commit is contained in:
Marcus Kida 2023-03-14 12:12:44 +01:00
parent cd4cd66f61
commit 54a852e578
No known key found for this signature in database
GPG Key ID: 19FF64E08013CA40
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ extension CategoryPickerSection {
let cell = collectionView.dequeueReusableCell(withReuseIdentifier: PickServerCategoryCollectionViewCell.reuseIdentifier, for: indexPath) as! PickServerCategoryCollectionViewCell
cell.titleLabel.text = item.title
cell.accessibilityTraits = [.button]
switch item {
case .category(_):
cell.chevron.isHidden = true