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

Fix NullPointerException on contacts filtering #1

Closed
HenriDellal opened this issue Aug 29, 2018 · 2 comments
Closed

Fix NullPointerException on contacts filtering #1

HenriDellal opened this issue Aug 29, 2018 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@HenriDellal
Copy link
Owner

HenriDellal commented Aug 29, 2018

As can be seen from the GP logs, the application crashes on T9 search. See ContactsEntryAdapter, lines 269, 103. The regexQueryResults field is null in getCount even though the filter submits results to it before the notifyDataSetChanged method is called. Sadly I can't reproduce it, so if someone has encountered this bug, please tell me when exactly it happens and under which conditions.

@HenriDellal HenriDellal added bug Something isn't working help wanted Extra attention is needed labels Aug 29, 2018
@fdelapena
Copy link

fdelapena commented Sep 13, 2018

Hi, thanks for the app.

I'm not sure if it is the same bug, but I am able to reproduce it here always:

Tap on Voice Mail in speed dial crashes. That is probably because the Voice Mail number is unset in my case.

Tested with 1.0.1 on LG with Android 6.0.1.

@HenriDellal
Copy link
Owner Author

Hello.
Thank you for mentioning another bug. It's not related to this one, but very helpful still. It appears that the app needs another permission to read/write voice mail settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants