From e192d271f8f5ad570be72bd7ec780070c9bbfec9 Mon Sep 17 00:00:00 2001 From: "K. Shankari" Date: Sun, 11 Jun 2023 22:19:01 -0700 Subject: [PATCH] :bug: Ensure that the normal click works on android even if actions are present This fixes https://github.com/e-mission/e-mission-docs/issues/910 --- package.cordovabuild.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.cordovabuild.json b/package.cordovabuild.json index f21d7c89e..572a65282 100644 --- a/package.cordovabuild.json +++ b/package.cordovabuild.json @@ -85,7 +85,7 @@ "cordova-plugin-inappbrowser": "5.0.0", "cordova-plugin-ionic-keyboard": "2.2.0", "cordova-plugin-ionic-webview": "5.0.0", - "cordova-plugin-local-notification-12": "0.1.4", + "cordova-plugin-local-notification-12": "github:e-mission/cordova-plugin-local-notification-12#v0.1.4-fix-android-action", "cordova-plugin-x-socialsharing": "6.0.4", "fs-extra": "^9.0.1", "klaw-sync": "^6.0.0",