mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-04 06:01:08 +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()) {
|
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…
Add table
Reference in a new issue