Skip to content

Commit

Permalink
Update app/src/main/java/com/infomaniak/mail/ui/main/thread/DetailedR…
Browse files Browse the repository at this point in the history
…ecipientAdapter.kt
  • Loading branch information
KevinBoulongne committed Jun 25, 2024
1 parent 483b12e commit 8e70b75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class DetailedRecipientAdapter(

fun updateList(newList: List<Recipient>, newBimi: Bimi? = null) {
recipients = newList
this.bimi = newBimi
bimi = newBimi
}

class DetailedRecipientViewHolder(val binding: ItemDetailedContactBinding) : ViewHolder(binding.root)
Expand Down

0 comments on commit 8e70b75

Please sign in to comment.