mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 05:31:21 +03:00
Bugfix: remove duplicate "More" section
This commit is contained in:
parent
fef0404ac7
commit
f2f4d325eb
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue