Skip to content

Commit c784142

Browse files
committed
Cancel all should also trigger hourkeeping
1 parent 262d4af commit c784142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

com.unity.mobile.notifications/Runtime/Android/Plugins/com/unity/androidnotifications/UnityNotificationManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ public void cancelAllPendingNotificationIntents() {
603603
cancelPendingNotificationIntent(context, Integer.valueOf(id));
604604
deleteExpiredNotificationIntent(context, id);
605605
}
606+
triggerHousekeeping(context, null);
606607
}).start();
607608
}
608609
}

0 commit comments

Comments
 (0)