clean
This commit is contained in:
parent
9f3c8b6e5f
commit
6657d6c5af
@ -194,7 +194,9 @@ class DeviceVerificationInfoBottomSheetController @Inject constructor(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (!isMine) {
|
} else
|
||||||
|
/** if (!isMine) **/
|
||||||
|
{
|
||||||
if (currentSessionIsTrusted) {
|
if (currentSessionIsTrusted) {
|
||||||
// we can propose to verify it
|
// we can propose to verify it
|
||||||
val isVerified = cryptoDeviceInfo.trustLevel?.crossSigningVerified.orFalse()
|
val isVerified = cryptoDeviceInfo.trustLevel?.crossSigningVerified.orFalse()
|
||||||
|
Loading…
Reference in New Issue
Block a user