You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.mobile.notifications/Runtime/Android/Plugins/com/unity/androidnotifications/UnityNotificationManager.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -321,8 +321,8 @@ public int scheduleNotification(Notification.Builder notificationBuilder) {
321
321
extras.putInt(KEY_ID, id);
322
322
}
323
323
324
-
// don't replace existing, only put null as placeholder so we properly report status as being scheduled
0 commit comments