mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Remove unused val
This commit is contained in:
parent
33be5c257d
commit
3be4a0ca21
@ -35,7 +35,6 @@ import timber.log.Timber
|
|||||||
|
|
||||||
class QrCodeLoginViewModel @AssistedInject constructor(
|
class QrCodeLoginViewModel @AssistedInject constructor(
|
||||||
@Assisted private val initialState: QrCodeLoginViewState,
|
@Assisted private val initialState: QrCodeLoginViewState,
|
||||||
private val applicationContext: Context,
|
|
||||||
private val authenticationService: AuthenticationService,
|
private val authenticationService: AuthenticationService,
|
||||||
private val activeSessionHolder: ActiveSessionHolder,
|
private val activeSessionHolder: ActiveSessionHolder,
|
||||||
private val configureAndStartSessionUseCase: ConfigureAndStartSessionUseCase
|
private val configureAndStartSessionUseCase: ConfigureAndStartSessionUseCase
|
||||||
|
Loading…
Reference in New Issue
Block a user