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

Exception during performFiltering() #1

Open
RacZo opened this issue Sep 29, 2017 · 0 comments
Open

Exception during performFiltering() #1

RacZo opened this issue Sep 29, 2017 · 0 comments

Comments

@RacZo
Copy link
Owner

RacZo commented Sep 29, 2017

A warning is being thrown when, here is what logcat is showing:

An exception occured during performFiltering()!
                             java.lang.NullPointerException: Attempt to invoke interface method 'int java.util.List.size()' on a null object reference
                                 at com.oscarsalguero.smartystreetsautocomplete.adapter.SmartyStreetsFilter.performFiltering(SmartyStreetsFilter.java:96)
                                 at android.widget.Filter$RequestHandler.handleMessage(Filter.java:234)
                                 at android.os.Handler.dispatchMessage(Handler.java:105)
                                 at android.os.Looper.loop(Looper.java:164)
                                 at android.os.HandlerThread.run(HandlerThread.java:65)

Additional Info:

  • HW: Nexus 5X
  • OS: Android Oreo (8.0)
  • compileSdkversion: 26
  • targetSdkVersion: 26
  • Support library version: 26.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant