From 9df9bbc6dbdcafe977db48c40cc06810b18656a9 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 11 Feb 2021 11:58:10 +0100 Subject: [PATCH] ktlint --- .../im/vector/app/features/roomprofile/RoomProfileFragment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/src/main/java/im/vector/app/features/roomprofile/RoomProfileFragment.kt b/vector/src/main/java/im/vector/app/features/roomprofile/RoomProfileFragment.kt index eb00e7af08..70eb4dd40e 100644 --- a/vector/src/main/java/im/vector/app/features/roomprofile/RoomProfileFragment.kt +++ b/vector/src/main/java/im/vector/app/features/roomprofile/RoomProfileFragment.kt @@ -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)