mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-04 07:17:41 +03:00
[issue-2610] remove click handler from display-name
Remove the click handler that opens the override color dialog from the display-name part on the member profile page, as this is not really discoverable and we have a proper menu item for it now.
This commit is contained in:
parent
f7d8127fa6
commit
cc15f9b129
1 changed files with 0 additions and 3 deletions
|
@ -242,9 +242,6 @@ class RoomMemberProfileFragment @Inject constructor(
|
|||
headerViews.memberProfileAvatarView.setOnClickListener { view ->
|
||||
onAvatarClicked(view, userMatrixItem)
|
||||
}
|
||||
headerViews.memberProfileNameView.setOnClickListener { _ ->
|
||||
onOverrideColorClicked()
|
||||
}
|
||||
views.matrixProfileToolbarAvatarImageView.setOnClickListener { view ->
|
||||
onAvatarClicked(view, userMatrixItem)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue