Skip to content

Commit

Permalink
Update app/src/main/java/com/infomaniak/mail/views/AvatarView.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Boulongne <1788629+KevinBoulongne@users.noreply.github.com>
  • Loading branch information
NicolasBourdin88 and KevinBoulongne committed Jul 2, 2024
1 parent d3ee2d2 commit b8aedb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/java/com/infomaniak/mail/views/AvatarView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class AvatarView @JvmOverloads constructor(
)
}


private val avatarUpdateObserver = Observer<Pair<MergedContactDictionary, Boolean>> { (contacts, isBimiEnabled) ->
val (correspondent, bimi) = state
val displayType = getAvatarDisplayType(correspondent, bimi, isBimiEnabled)
Expand Down

0 comments on commit b8aedb1

Please sign in to comment.