This commit is contained in:
Valere 2022-07-05 17:54:11 +02:00
parent 9f3c8b6e5f
commit 6657d6c5af
1 changed files with 3 additions and 1 deletions

View File

@ -194,7 +194,9 @@ class DeviceVerificationInfoBottomSheetController @Inject constructor(
}
}
}
} else if (!isMine) {
} else
/** if (!isMine) **/
{
if (currentSessionIsTrusted) {
// we can propose to verify it
val isVerified = cryptoDeviceInfo.trustLevel?.crossSigningVerified.orFalse()