Merge branch 'add-content-desc-for-flag'

See pull request #7185
This commit is contained in:
cketti 2023-10-02 12:28:29 +02:00
commit 55d09a79d8

View file

@ -387,6 +387,11 @@ class MessageListAdapter internal constructor(
if (appearance.stars) {
holder.star.isSelected = isStarred
holder.starClickArea.contentDescription = if (isStarred) {
res.getString(R.string.unflag_action)
} else {
res.getString(R.string.flag_action)
}
}
holder.uniqueId = uniqueId
if (appearance.showContactPicture && holder.contactPicture.isVisible) {