Commit abb93d52 by Sebastián Katzer

Default ID for Android is 0

parent 3afc1f04
......@@ -83,6 +83,7 @@ LocalNotification.prototype = {
switch (device.platform) {
case 'Android':
defaults.id = 0;
defaults.icon = 'icon';
defaults.smallIcon = null;
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