mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Prevent 'waiting for encryption' label in ended call screen if outgoing call was terminated before other end has answered it
This commit is contained in:
parent
ea49d3a411
commit
ef32dac910
1 changed files with 4 additions and 0 deletions
|
|
@ -436,6 +436,10 @@ class CurrentCallViewModel @UiThread constructor() : GenericViewModel() {
|
|||
configureCall(call)
|
||||
}
|
||||
|
||||
if (LinphoneUtils.isCallEnding(call.state)) {
|
||||
waitingForEncryptionInfo.postValue(false)
|
||||
}
|
||||
|
||||
updateProximitySensor()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue