mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01: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:
committed by
GitHub
parent
c2adf40b5a
commit
0706e6e464
+1
-1
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user