mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
code reviews
This commit is contained in:
parent
6657d6c5af
commit
ac7b47b8b2
@ -185,14 +185,6 @@ class DeviceVerificationInfoBottomSheetController @Inject constructor(
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if (!isMine) {
|
||||
if (currentSessionIsTrusted) {
|
||||
// we can propose to verify it
|
||||
val isVerified = cryptoDeviceInfo.trustLevel?.crossSigningVerified.orFalse()
|
||||
if (!isVerified) {
|
||||
addVerifyActions(cryptoDeviceInfo)
|
||||
}
|
||||
}
|
||||
}
|
||||
} else
|
||||
/** if (!isMine) **/
|
||||
|
@ -2353,7 +2353,7 @@
|
||||
|
||||
<string name="crosssigning_verify_this_session">Verify this device</string>
|
||||
<string name="crosssigning_cannot_verify_this_session">Unable to verify this device</string>
|
||||
<string name="crosssigning_cannot_verify_this_session_desc">You won\'t be able to access encrypted message history. Reset your Secure Message Backup and verification keys to start fresh.</string>
|
||||
<string name="crosssigning_cannot_verify_this_session_desc">You won’t be able to access encrypted message history. Reset your Secure Message Backup and verification keys to start fresh.</string>
|
||||
|
||||
<string name="verification_open_other_to_verify">Use an existing session to verify this one, granting it access to encrypted messages.</string>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user