mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-02 20:00:04 +00:00
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:
+1
-1
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user