Parcourir la source

Fix NSInvalidArgumentException

Sebastián Katzer il y a 10 ans
Parent
commit
61aa0f067c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      www/local-notification.js

+ 1 - 1
www/local-notification.js

@@ -508,7 +508,7 @@ exports._defaults = {
     title: '',
     sound: 'res://platform_default',
     badge: 0,
-    id:    0,
+    id:    "0",
     data:  undefined,
     every: undefined,
     at:    undefined