mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-01 11:46:57 +01:00
Revert "Only do completeOnNewDevice if we received a confirmation code"
This reverts commit 6e58f2fa51f0cc3aa474f9c5adf7b497229e52dd.
This commit is contained in:
parent
e554b43bc6
commit
90fa5d5345
@ -85,8 +85,8 @@ class QrCodeLoginViewModel @AssistedInject constructor(
|
||||
Timber.tag(TAG).i("Established secure channel with checksum: $confirmationCode")
|
||||
confirmationCode ?.let {
|
||||
onConnectionEstablished(it)
|
||||
rendezvous.completeOnNewDevice()
|
||||
}
|
||||
rendezvous.completeOnNewDevice()
|
||||
}
|
||||
// if (isValidQrCode(action.qrCode)) {
|
||||
// setState {
|
||||
|
Loading…
x
Reference in New Issue
Block a user