mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
removing fully qualified import
This commit is contained in:
parent
3d20d46eb3
commit
d77061b229
@ -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 New Issue
Block a user