mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Inverting some arguments to ease readability
This commit is contained in:
parent
cf6b8d76a8
commit
54a4dc7e9a
2 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ class DevicesViewModel @AssistedInject constructor(
|
|||
private val getCurrentSessionCrossSigningInfoUseCase: GetCurrentSessionCrossSigningInfoUseCase,
|
||||
private val getDeviceFullInfoListUseCase: GetDeviceFullInfoListUseCase,
|
||||
private val refreshDevicesOnCryptoDevicesChangeUseCase: RefreshDevicesOnCryptoDevicesChangeUseCase,
|
||||
refreshDevicesUseCase: RefreshDevicesUseCase,
|
||||
private val checkIfCurrentSessionCanBeVerifiedUseCase: CheckIfCurrentSessionCanBeVerifiedUseCase,
|
||||
refreshDevicesUseCase: RefreshDevicesUseCase,
|
||||
) : VectorSessionsListViewModel<DevicesViewState, DevicesAction, DevicesViewEvent>(initialState, activeSessionHolder, refreshDevicesUseCase) {
|
||||
|
||||
@AssistedFactory
|
||||
|
|
|
@ -55,8 +55,8 @@ class DevicesViewModelTest {
|
|||
getCurrentSessionCrossSigningInfoUseCase,
|
||||
getDeviceFullInfoListUseCase,
|
||||
refreshDevicesOnCryptoDevicesChangeUseCase,
|
||||
refreshDevicesUseCase,
|
||||
checkIfCurrentSessionCanBeVerifiedUseCase,
|
||||
refreshDevicesUseCase,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue