mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fix outgoingcall state changed
This commit is contained in:
parent
8067e8773c
commit
56ec983bdd
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ public class CallOutgoingActivity extends Activity implements OnClickListener{
|
|||
finish();
|
||||
}
|
||||
|
||||
if (call == mCall && State.StreamsRunning == state){
|
||||
if (call == mCall && (State.StreamsRunning == state || State.Connected == state)){
|
||||
if (!LinphoneActivity.isInstanciated()) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue