Skip to content
Commit 593ace35 authored by Francesco Degrassi's avatar Francesco Degrassi
Browse files

Avoid breaking cordova-plugin-local-notifications

Conflicting implementation of didRegisterUserNotificationSettings
prevents cordova-local-notifications-plugin from being notified of success.
emoving it fixes the problem as it was redundant (simply calls
registerForRemoteNotifications, which is called anyway from PushPlugin:init
right after registerUserNotificationSettings).

Fixes phonegap/phonegap-plugin-push/issues/183 and
katzer/cordova-plugin-local-notifications/issues/695
parent cea75bba
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