mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Merge pull request #8419 from vector-im/feature/bca/fix_qr_verif_refresh
Fix 8418
This commit is contained in:
commit
215c503a79
2 changed files with 4 additions and 0 deletions
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…
Add table
Reference in a new issue