Commit e3fca1da by Sebastián Katzer

Add callback for `add` (Android)

parent 823b98b3
......@@ -76,6 +76,7 @@ public class LocalNotification extends CordovaPlugin {
persist(options.getId(), args);
add(options, true);
command.success();
}
});
}
......
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