Room profile: remove an extra divider

This commit is contained in:
Benoit Marty 2020-01-16 16:43:37 +01:00
parent cd44b60bd5
commit 9eff459ed6
1 changed files with 1 additions and 0 deletions

View File

@ -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() }
)