0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 12:12:15 +02:00

Message List: Disable star click area when stars are disabled

This commit is contained in:
cketti 2023-02-27 14:04:50 +01:00
parent 30c4f94b30
commit 114dcac35b

View File

@ -278,6 +278,7 @@ class MessageListAdapter internal constructor(
) // thread count is next to subject
holder.star.isVisible = appearance.stars
holder.starClickArea.isVisible = appearance.stars
holder.starClickArea.setOnClickListener(starClickListener)
view.tag = holder