mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 01:39:18 +02:00
remove notification on accepted call
This commit is contained in:
parent
7a11234431
commit
534a75feaa
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ public class DcEventCenter {
|
|||
DcHelper.getNotificationCenter(context).notifyCall(accountId, event.getData1Int(), event.getData2Str());
|
||||
break;
|
||||
|
||||
case DcContext.DC_EVENT_INCOMING_CALL_ACCEPTED:
|
||||
case DcContext.DC_EVENT_CALL_ENDED:
|
||||
DcHelper.getNotificationCenter(context).removeCallNotification(accountId, event.getData1Int());
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue