reverting scope of init only variable

This commit is contained in:
Adam Brown 2022-08-17 14:15:35 +01:00
parent ca10109a65
commit a1a8ccae38

View file

@ -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,