android: stopping chat after deleting the last user (#3937)

* android: stopping chat after deleting the last user

* fix for hidden users + onboarding
This commit is contained in:
Stanislav Dmitrenko
2024-03-21 21:02:38 +07:00
committed by GitHub
parent c2adf40b5a
commit 0706e6e464
8 changed files with 25 additions and 22 deletions
@@ -75,7 +75,7 @@ actual fun ActiveCallView() {
chatModel.activeCall.value = call.copy(callState = CallState.Connected, connectedAt = Clock.System.now())
}
withBGApi { chatModel.controller.apiCallStatus(callRh, call.contact, callStatus) }
} catch (e: Error) {
} catch (e: Throwable) {
Log.d(TAG, "call status ${r.state.connectionState} not used")
}
is WCallResponse.Connected -> {