Merge remote-tracking branch 'loki/dev' into action-bar-back-buttons

This commit is contained in:
Anton Chekulaev
2020-09-18 16:55:03 +10:00
2 changed files with 2 additions and 1 deletions

View File

@@ -90,7 +90,7 @@ class UserView : LinearLayout {
actionIndicatorImageView.setImageResource(R.drawable.ic_baseline_edit_24)
profilePictureView.glide = glide
profilePictureView.update()
nameTextView.text = getUserDisplayName(address)
nameTextView.text = if (user.isGroupRecipient) user.name else getUserDisplayName(address)
when (actionIndicator) {
ActionIndicator.None -> {
actionIndicatorImageView.visibility = View.GONE