Merge branch 'main' of https://gitnto.innovationcampus.ru/MindCraft/MindCraft-front
This commit is contained in:
commit
05bed769d2
@ -48,11 +48,11 @@ class AdminViewModel(
|
||||
},
|
||||
onFailure = { error ->
|
||||
Log.d("kaput", error.message.toString())
|
||||
State.Error(error.message.toString())
|
||||
State.Error("Не удалось загрузить профиль")
|
||||
}
|
||||
) as State
|
||||
)
|
||||
_state.emit(State.Error("Не удалось загрузить профиль"))
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user