set local-only flag on ongoing call notification
This commit is contained in:
parent
cfac58c8af
commit
1aeae9c7f6
|
@ -642,6 +642,7 @@ public class NotificationService {
|
|||
createCallAction(
|
||||
id.sessionId, XmppConnectionService.ACTION_END_CALL, 104))
|
||||
.build());
|
||||
builder.setLocalOnly(true);
|
||||
return builder.build();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue