This commit is contained in:
Benoit Marty 2021-02-11 11:58:10 +01:00
parent 5fb273a5c8
commit 9df9bbc6db
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class RoomProfileFragment @Inject constructor(
// Shortcut to room settings
setOf(
headerViews.roomProfileNameView,
views.matrixProfileToolbarTitleView,
views.matrixProfileToolbarTitleView
).forEach {
it.setOnClickListener {
roomProfileSharedActionViewModel.post(RoomProfileSharedAction.OpenRoomSettings)