mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Fix after rebase issue
This commit is contained in:
parent
e986d7805e
commit
28b30e4e4f
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ class SessionOverviewFragment :
|
|||
)
|
||||
views.sessionOverviewInfo.render(infoViewState, dateFormatter, drawableProvider, colorProvider)
|
||||
views.sessionOverviewInfo.onLearnMoreClickListener = {
|
||||
showLearnMoreInfoVerificationStatus(deviceFullInfo.roomEncryptionTrustLevel == RoomEncryptionTrustLevel.Trusted)
|
||||
showLearnMoreInfoVerificationStatus(deviceInfo.roomEncryptionTrustLevel == RoomEncryptionTrustLevel.Trusted)
|
||||
}
|
||||
} else {
|
||||
views.sessionOverviewInfo.isVisible = false
|
||||
|
|
Loading…
Add table
Reference in a new issue