This commit is contained in:
Valere 2022-07-05 17:54:11 +02:00
parent 9f3c8b6e5f
commit 6657d6c5af

View File

@ -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()