forked from GitHub-Mirror/riotX-android
Fix / SAS verification infinite waiting on last step
Missing state update to verified after mac verification
This commit is contained in:
parent
8fe0bd5abe
commit
4505d13385
@ -256,6 +256,7 @@ internal abstract class SASVerificationTransaction(
|
||||
verifiedDevices.forEach {
|
||||
setDeviceVerified(it, otherUserId)
|
||||
}
|
||||
state = SasVerificationTxState.Verified
|
||||
}
|
||||
|
||||
private fun setDeviceVerified(deviceId: String, userId: String) {
|
||||
|
Loading…
Reference in New Issue
Block a user