mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Fix missing param
This commit is contained in:
parent
bfe3daa37f
commit
a3fc785945
@ -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 New Issue
Block a user