mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Room profile: remove an extra divider
This commit is contained in:
parent
cd44b60bd5
commit
9eff459ed6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue