Fixed waiting layout not gone if error happens in generic login assistant
This commit is contained in:
parent
5d906c3933
commit
32941122ce
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ class GenericLoginViewModel(private val accountCreator: AccountCreator) : ViewMo
|
|||
Log.e("[Assistant] [Generic Login] Account creator couldn't create proxy config")
|
||||
coreContext.core.removeListener(coreListener)
|
||||
onErrorEvent.value = Event("Error: Failed to create account object")
|
||||
waitForServerAnswer.value = false
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue