mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
clean
This commit is contained in:
parent
9f3c8b6e5f
commit
6657d6c5af
1 changed files with 3 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue