소스 검색

Default ID for Android is 0

Sebastián Katzer 11 년 전
부모
커밋
abb93d520f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;