Room profile: remove an extra divider
This commit is contained in:
parent
cd44b60bd5
commit
9eff459ed6
|
@ -73,6 +73,7 @@ class RoomMemberProfileController @Inject constructor(private val stringProvider
|
|||
id = "learn_more",
|
||||
title = stringProvider.getString(R.string.room_profile_section_security_learn_more),
|
||||
editable = false,
|
||||
divider = false,
|
||||
subtitle = stringProvider.getString(learnMoreSubtitle),
|
||||
action = { callback?.onLearnMoreClicked() }
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue