mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 01:45:52 +03:00
removing fully qualified import
This commit is contained in:
parent
3d20d46eb3
commit
d77061b229
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ class OnboardingViewModel @AssistedInject constructor(
|
|||
if (action.hasLoadingState()) {
|
||||
setState { copy(asyncRegistration = Loading()) }
|
||||
}
|
||||
kotlin.runCatching { registrationActionHandler.handleRegisterAction(registrationWizard, action) }
|
||||
runCatching { registrationActionHandler.handleRegisterAction(registrationWizard, action) }
|
||||
.fold(
|
||||
onSuccess = {
|
||||
when {
|
||||
|
|
Loading…
Reference in a new issue