Commit 138dd495 by Sebastián Katzer

Revert "Default ID for Android is 0"

This reverts commit abb93d52.
parent abb93d52
...@@ -83,7 +83,6 @@ LocalNotification.prototype = { ...@@ -83,7 +83,6 @@ LocalNotification.prototype = {
switch (device.platform) { switch (device.platform) {
case 'Android': case 'Android':
defaults.id = 0;
defaults.icon = 'icon'; defaults.icon = 'icon';
defaults.smallIcon = null; defaults.smallIcon = null;
defaults.ongoing = false; defaults.ongoing = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment