You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: