Skip to content

Commit acb4a2d

Browse files
committed
Android callback fix
* Fixed bug where notification opened callback would not fire when opening a notification from an app cold start.
1 parent ec54571 commit acb4a2d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.7.3",
2+
"version": "1.7.5",
33
"name": "onesignal-cordova-plugin",
44
"cordova_name": "OneSignal Push Notifications",
55
"description": "OneSignal is a high volume Push Notification service for mobile apps. In addition to basic notification delivery, OneSignal also provides tools to localize, target, schedule, and automate notifications that you send.",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="com.onesignal.plugins.onesignal"
5-
version="1.7.3">
5+
version="1.7.5">
66

77
<name>OneSignal Push Notifications</name>
88
<author>Josh Kasten</author>

src/android/libs/OneSignalSDK.jar

28 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)