Skip to content

Commit

Permalink
Merge branch 'add-content-desc-for-flag'
Browse files Browse the repository at this point in the history
See pull request #7185
  • Loading branch information
cketti committed Oct 2, 2023
2 parents 4f38de6 + a79f2e8 commit 55d09a7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 55d09a7

Please sign in to comment.