Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTSUtil.isTrackingEnabled NullPointerException #8

Closed
akndmr opened this issue Aug 17, 2020 · 2 comments
Closed

UTSUtil.isTrackingEnabled NullPointerException #8

akndmr opened this issue Aug 17, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@akndmr
Copy link

akndmr commented Aug 17, 2020

After Zoho SalesIq update to v2.2, we started to get below error with some users. Do you have any guess about the reason?
Thanks!

Caused by java.lang.NullPointerException
Attempt to invoke virtual method 'boolean java.util.ArrayList.contains(java.lang.Object)' on a null object reference

com.zoho.salesiqembed.android.tracking.UTSUtil.isTrackingEnabled (UTSUtil.java:576)
com.zoho.salesiqembed.ZohoSalesIQ$1.onActivityResumed (ZohoSalesIQ.java:240)
android.app.Application.dispatchActivityResumed (Application.java:455)
androidx.fragment.app.FragmentActivity.onResume (FragmentActivity.java:455)
com.xxx.BaseActivity.onResume (BaseActivity.java:95)
@Angu-G
Copy link
Contributor

Angu-G commented Aug 26, 2020

We will fix this in our next immediate update. It can be expected in a couple of weeks.

@Angu-G Angu-G self-assigned this Aug 26, 2020
@Angu-G Angu-G added the bug Something isn't working label Aug 26, 2020
@Angu-G
Copy link
Contributor

Angu-G commented Oct 13, 2020

@akndmr We have a fix for this in our latest update (2.3.1).

dependency:
implementation 'com.zoho.salesiq:mobilisten:2.3.1'

@Angu-G Angu-G closed this as completed Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants