kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix avatar view clickability.
rodzic
c0e1507ef4
commit
4cd438b2db
|
@ -22,6 +22,8 @@ class AvatarView @JvmOverloads constructor(
|
||||||
|
|
||||||
init {
|
init {
|
||||||
inflate(context, R.layout.avatar_view, this)
|
inflate(context, R.layout.avatar_view, this)
|
||||||
|
|
||||||
|
isClickable = false
|
||||||
}
|
}
|
||||||
|
|
||||||
private val avatar: AvatarImageView = findViewById(R.id.avatar_image_view)
|
private val avatar: AvatarImageView = findViewById(R.id.avatar_image_view)
|
||||||
|
|
Ładowanie…
Reference in New Issue