-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Description
Hello,
Hope you all doing good.
I was going through the CRM demo and trying to implement push notification. Each Time my device receive push notification it crashes.
The Error am finding is:
java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.equals(java.lang.Object)' on a null object reference
at odoo.kernel.handler.ActionHandlerService.onHandleIntent(ActionHandlerService.java:47)
at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:68)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.os.HandlerThread.run(HandlerThread.java:61)
and I found that this class ActionHandlerService is in odoo-rpc-v2 lib. Which is used in this app.
I would appreciate any kind of help
Metadata
Metadata
Assignees
Labels
No labels