Add accessibility labels for media preview and emojis.

Fixes #14034
Resolves #14037
This commit is contained in:
Sagar
2025-03-05 18:57:43 +05:30
committed by Michelle Tang
parent 44c90331ec
commit a53bd29553
6 changed files with 37 additions and 4 deletions

View File

@@ -27,6 +27,7 @@ class KeyboardPageCategoryIconViewHolder<T : KeyboardPageCategoryIconMappingMode
}
iconView.setImageDrawable(model.getIcon(context))
iconView.contentDescription = model.key
iconView.isSelected = model.selected
iconSelected.isSelected = model.selected
}