mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
reverting scope of init only variable
This commit is contained in:
parent
ca10109a65
commit
a1a8ccae38
@ -71,7 +71,7 @@ import java.util.concurrent.CancellationException
|
||||
*
|
||||
*/
|
||||
class OnboardingViewModel @AssistedInject constructor(
|
||||
@Assisted private val initialState: OnboardingViewState,
|
||||
@Assisted initialState: OnboardingViewState,
|
||||
private val applicationContext: Context,
|
||||
private val authenticationService: AuthenticationService,
|
||||
private val activeSessionHolder: ActiveSessionHolder,
|
||||
|
Loading…
Reference in New Issue
Block a user