Sfoglia il codice sorgente

Default ID for Android is 0

Sebastián Katzer 11 anni fa
parent
commit
abb93d520f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      www/local-notification.js

+ 1 - 0
www/local-notification.js

@@ -83,6 +83,7 @@ LocalNotification.prototype = {
 
         switch (device.platform) {
         case 'Android':
+            defaults.id         = 0;
             defaults.icon       = 'icon';
             defaults.smallIcon  = null;
             defaults.ongoing    = false;