mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-27 00:38:09 +00:00
Fix possibily a crash in CallOutgoingActivity
This commit is contained in:
parent
32011c8f72
commit
f2336a3625
1 changed files with 1 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ public class CallOutgoingActivity extends Activity implements OnClickListener{
|
|||
}
|
||||
LinphoneActivity.instance().startIncallActivity(mCall);
|
||||
finish();
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue