googlearchive / android-play-places

Deprecated:
https://github.com/googlemaps/android-places-demos
Apache License 2.0
477 stars 580 forks source link

App Crash: protected FilterResults performFiltering(CharSequence constraint) #27

Closed Timbo4400 closed 8 years ago

Timbo4400 commented 8 years ago

If you update the "mResultList" object in performFiltering, the app will crash as it is updating the object on a background thread while trying to update the list. Please update the "mResultList" object in the publishResults method before notifying data set changed.

To get the crash add and remove characters quickly.