Fixing code style issue
This commit is contained in:
parent
316f1efe32
commit
f72ab9b51e
|
@ -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…
Reference in New Issue