Fix avatar view clickability.

This commit is contained in:
Alex Hart
2022-03-07 13:37:57 -04:00
parent c0e1507ef4
commit 4cd438b2db

View File

@@ -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)