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)) {
|
if (intent.getAction().equals(Compatibility.INTENT_ANSWER_CALL_NOTIF_ACTION)) {
|
||||||
call.accept();
|
LinphoneManager.getCallManager().acceptCall(call);
|
||||||
} else {
|
} else {
|
||||||
call.terminate();
|
call.terminate();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue