Fix missing param

This commit is contained in:
Hugh Nimmo-Smith 2022-10-14 18:52:42 +01:00
parent bfe3daa37f
commit a3fc785945

View File

@ -98,7 +98,7 @@ class QrCodeLoginViewModel @AssistedInject constructor(
activeSessionHolder.setActiveSession(session) activeSessionHolder.setActiveSession(session)
authenticationService.reset() authenticationService.reset()
configureAndStartSessionUseCase.execute(session, startSyncing) configureAndStartSessionUseCase.execute(session)
rendezvous.completeVerificationOnNewDevice(session) rendezvous.completeVerificationOnNewDevice(session)