removing fully qualified import
This commit is contained in:
parent
3d20d46eb3
commit
d77061b229
@ -273,7 +273,7 @@ class OnboardingViewModel @AssistedInject constructor(
|
|||||||
if (action.hasLoadingState()) {
|
if (action.hasLoadingState()) {
|
||||||
setState { copy(asyncRegistration = Loading()) }
|
setState { copy(asyncRegistration = Loading()) }
|
||||||
}
|
}
|
||||||
kotlin.runCatching { registrationActionHandler.handleRegisterAction(registrationWizard, action) }
|
runCatching { registrationActionHandler.handleRegisterAction(registrationWizard, action) }
|
||||||
.fold(
|
.fold(
|
||||||
onSuccess = {
|
onSuccess = {
|
||||||
when {
|
when {
|
||||||
|
Loading…
Reference in New Issue
Block a user