Skip to content

Issue in Push Notification #83

@jogigouda

Description

@jogigouda

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions