mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Fixing code style issue
This commit is contained in:
parent
316f1efe32
commit
f72ab9b51e
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ class SessionInfoView @JvmOverloads constructor(
|
|||
encryptionTrustLevel == RoomEncryptionTrustLevel.Trusted -> renderCrossSigningVerified(isCurrentSession)
|
||||
encryptionTrustLevel == RoomEncryptionTrustLevel.Default && !isCurrentSession -> renderCrossSigningUnknown()
|
||||
else -> renderCrossSigningUnverified(isCurrentSession, isVerifyButtonVisible)
|
||||
|
||||
}
|
||||
if (hasLearnMoreLink) {
|
||||
appendLearnMoreToVerificationStatus()
|
||||
|
|
Loading…
Add table
Reference in a new issue