Эх сурвалжийг харах

Default ID for Android is 0

Sebastián Katzer 11 жил өмнө
parent
commit
abb93d520f

+ 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;