Fix 8418
This commit is contained in:
parent
36b1e9b5e4
commit
8d58799134
1
changelog.d/8418.bugfix
Normal file
1
changelog.d/8418.bugfix
Normal file
@ -0,0 +1 @@
|
||||
RustCrypto: Verification UX not refreshed after scanning a QR code
|
@ -342,6 +342,9 @@ internal class RustVerificationService @Inject constructor(
|
||||
val qrVerification = matchingRequest.scanQrCode(scannedData)
|
||||
?: return null
|
||||
verificationListenersHolder.dispatchTxAdded(qrVerification)
|
||||
// we need to update the request as the state mapping depends on the
|
||||
// sas or qr beeing started
|
||||
verificationListenersHolder.dispatchRequestUpdated(matchingRequest)
|
||||
return qrVerification.transactionId
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user