mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fix block in outgoing call view
This commit is contained in:
parent
d0be6e1c71
commit
81d95703c3
1 changed files with 1 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ public class CallOutgoingActivity extends Activity implements OnClickListener{
|
|||
|
||||
private void decline() {
|
||||
LinphoneManager.getLc().terminateCall(mCall);
|
||||
finish();
|
||||
}
|
||||
|
||||
private void checkAndRequestCallPermissions() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue