mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 19:58:57 +03:00
reverting scope of init only variable
This commit is contained in:
parent
ca10109a65
commit
a1a8ccae38
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue