mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 13:39:24 +00:00
Fix avatar view clickability.
This commit is contained in:
@@ -22,6 +22,8 @@ class AvatarView @JvmOverloads constructor(
|
||||
|
||||
init {
|
||||
inflate(context, R.layout.avatar_view, this)
|
||||
|
||||
isClickable = false
|
||||
}
|
||||
|
||||
private val avatar: AvatarImageView = findViewById(R.id.avatar_image_view)
|
||||
|
||||
Reference in New Issue
Block a user