mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-24 07:08:09 +00:00
Fixed call recording when answered from notification
This commit is contained in:
parent
899abd2414
commit
1704946922
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ public class NotificationBroadcastReceiver extends BroadcastReceiver {
|
|||
}
|
||||
|
||||
if (intent.getAction().equals(Compatibility.INTENT_ANSWER_CALL_NOTIF_ACTION)) {
|
||||
call.accept();
|
||||
LinphoneManager.getCallManager().acceptCall(call);
|
||||
} else {
|
||||
call.terminate();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue