mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed call recording when answered from notification
This commit is contained in:
parent
14cf25e0c9
commit
1920bd8875
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