mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 03:48:12 +03:00
Fix missing param
This commit is contained in:
parent
bfe3daa37f
commit
a3fc785945
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class QrCodeLoginViewModel @AssistedInject constructor(
|
|||
activeSessionHolder.setActiveSession(session)
|
||||
authenticationService.reset()
|
||||
|
||||
configureAndStartSessionUseCase.execute(session, startSyncing)
|
||||
configureAndStartSessionUseCase.execute(session)
|
||||
|
||||
rendezvous.completeVerificationOnNewDevice(session)
|
||||
|
||||
|
|
Loading…
Reference in a new issue