Mark account list rows as buttons
This commit is contained in:
parent
547129ec95
commit
6c6508cdfb
|
@ -125,6 +125,8 @@ extension AccountListTableViewCell {
|
||||||
|
|
||||||
badgeButton.setBadge(number: 0)
|
badgeButton.setBadge(number: 0)
|
||||||
checkmarkImageView.isHidden = true
|
checkmarkImageView.isHidden = true
|
||||||
|
|
||||||
|
accessibilityTraits.insert(.button)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -108,6 +108,8 @@ extension AddAccountTableViewCell {
|
||||||
separatorLine.bottomAnchor.constraint(equalTo: contentView.bottomAnchor),
|
separatorLine.bottomAnchor.constraint(equalTo: contentView.bottomAnchor),
|
||||||
separatorLine.heightAnchor.constraint(equalToConstant: UIView.separatorLineHeight(of: contentView)),
|
separatorLine.heightAnchor.constraint(equalToConstant: UIView.separatorLineHeight(of: contentView)),
|
||||||
])
|
])
|
||||||
|
|
||||||
|
accessibilityTraits.insert(.button)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue