Learn more shows my devices when keys not trusted
This commit is contained in:
parent
8f7b18239d
commit
9d6e7d7bd0
@ -112,6 +112,15 @@ class RoomMemberProfileController @Inject constructor(
|
|||||||
divider = false,
|
divider = false,
|
||||||
action = { callback?.onTapVerify() }
|
action = { callback?.onTapVerify() }
|
||||||
)
|
)
|
||||||
|
} else {
|
||||||
|
buildProfileAction(
|
||||||
|
id = "learn_more",
|
||||||
|
title = stringProvider.getString(R.string.room_profile_section_security_learn_more),
|
||||||
|
dividerColor = dividerColor,
|
||||||
|
editable = false,
|
||||||
|
divider = false,
|
||||||
|
action = { callback?.onShowDeviceListNoCrossSigning() }
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
genericFooterItem {
|
genericFooterItem {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user