From f2f4d325eb67afc0262b97b44ecc30bb86637bc4 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Mon, 25 Jan 2021 20:57:38 +0100 Subject: [PATCH] Bugfix: remove duplicate "More" section --- .../features/roommemberprofile/RoomMemberProfileController.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/vector/src/main/java/im/vector/app/features/roommemberprofile/RoomMemberProfileController.kt b/vector/src/main/java/im/vector/app/features/roommemberprofile/RoomMemberProfileController.kt index e29c197ab8..a692eebe40 100644 --- a/vector/src/main/java/im/vector/app/features/roommemberprofile/RoomMemberProfileController.kt +++ b/vector/src/main/java/im/vector/app/features/roommemberprofile/RoomMemberProfileController.kt @@ -80,8 +80,6 @@ class RoomMemberProfileController @Inject constructor( action = { callback?.onIgnoreClicked() } ) if (!state.isMine) { - buildProfileSection(stringProvider.getString(R.string.room_profile_section_more)) - buildProfileAction( id = "direct", editable = false,