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 14:02:38 +00:00
committed by GitHub
parent c2adf40b5a
commit 0706e6e464
8 changed files with 25 additions and 22 deletions
@@ -154,7 +154,7 @@ actual fun ActiveCallView() {
setCallSound(call.soundSpeaker, audioViaBluetooth)
}
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 -> {