mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
Fix / post merge
This commit is contained in:
parent
4ddd831d7f
commit
03c5e61b2e
1 changed files with 1 additions and 1 deletions
|
@ -990,7 +990,7 @@ internal class DefaultVerificationService @Inject constructor(
|
|||
)
|
||||
|
||||
// We can SCAN or SHOW QR codes only if cross-signing is enabled
|
||||
val methodValues = if (crossSigningService.isCrossSigningEnabled()) {
|
||||
val methodValues = if (crossSigningService.isCrossSigningVerified()) {
|
||||
// Add reciprocate method if application declares it can scan or show QR codes
|
||||
// Not sure if it ok to do that (?)
|
||||
val reciprocateMethod = methods
|
||||
|
|
Loading…
Reference in a new issue