Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55d09a79 authored by cketti's avatar cketti
Browse files

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

See pull request #7185
parents 4f38de6f a79f2e81
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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) {