Bugfix: remove duplicate "More" section

This commit is contained in:
Benoit Marty 2021-01-25 20:57:38 +01:00
parent fef0404ac7
commit f2f4d325eb

View File

@ -80,8 +80,6 @@ class RoomMemberProfileController @Inject constructor(
action = { callback?.onIgnoreClicked() } action = { callback?.onIgnoreClicked() }
) )
if (!state.isMine) { if (!state.isMine) {
buildProfileSection(stringProvider.getString(R.string.room_profile_section_more))
buildProfileAction( buildProfileAction(
id = "direct", id = "direct",
editable = false, editable = false,