merged element 1.10.12 into bum

This commit is contained in:
Arnfried Griesert
2023-06-07 15:45:59 +02:00
132 changed files with 2750 additions and 2416 deletions
@@ -24,4 +24,9 @@ class VerifyEmojiCollectionViewCell: UICollectionViewCell, Reusable, Themable {
func update(theme: Theme) {
name.textColor = theme.textPrimaryColor
}
override func awakeFromNib() {
super.awakeFromNib()
emoji.isAccessibilityElement = false
}
}