Parcourir la source

Set default for icon: to res://icon

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

+ 1 - 1
www/local-notification.js

@@ -618,7 +618,7 @@ exports.applyPlatformSpecificOptions = function () {
 
     switch (device.platform) {
     case 'Android':
-        defaults.icon      = 'res://ic_popup_reminder';
+        defaults.icon      = 'res://icon';
         defaults.smallIcon = 'res://ic_popup_reminder';
         defaults.ongoing   = false;
         defaults.led       = 'FFFFFF';