mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-22 09:04:33 +03:00
Add missing divider
Change-Id: Ib0884b131af664a6cd18226056c8ee09df208495
This commit is contained in:
parent
c61a909c71
commit
2aaca9cea9
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class RoomProfileController @Inject constructor(
|
|||
title = stringProvider.getString(R.string.room_settings_enable_encryption),
|
||||
dividerColor = dividerColor,
|
||||
icon = R.drawable.ic_shield_black,
|
||||
divider = false,
|
||||
divider = true,
|
||||
editable = false,
|
||||
action = { callback?.onEnableEncryptionClicked() }
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue