mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 04:02:22 +00:00
User view is now compatible with light theme.
This commit is contained in:
@@ -66,7 +66,7 @@ class UserView : LinearLayout {
|
||||
profilePictureView.additionalPublicKey = null
|
||||
profilePictureView.isRSSFeed = false
|
||||
}
|
||||
actionIndicatorImageView.setImageResource(R.drawable.ic_edit_white_24dp)
|
||||
actionIndicatorImageView.setImageResource(R.drawable.ic_baseline_edit_24)
|
||||
profilePictureView.glide = glide
|
||||
profilePictureView.update()
|
||||
nameTextView.text = user.name ?: "Unknown Contact"
|
||||
|
||||
Reference in New Issue
Block a user