mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Only do completeOnNewDevice if we received a confirmation code
This commit is contained in:
parent
ef574bd82f
commit
b03240330d
1 changed files with 1 additions and 1 deletions
|
@ -79,8 +79,8 @@ class QrCodeLoginViewModel @AssistedInject constructor(
|
|||
Timber.tag(TAG).i("Established secure channel with checksum: $confirmationCode")
|
||||
confirmationCode ?.let {
|
||||
onConnectionEstablished(it)
|
||||
rendezvous.completeOnNewDevice()
|
||||
}
|
||||
rendezvous.completeOnNewDevice()
|
||||
}
|
||||
|
||||
// TODO. UI test purpose. Fixme remove!
|
||||
|
|
Loading…
Add table
Reference in a new issue