HI! I implement Searchable and custom ContentProvider in my app, and sometimes IllegalStateException Error is occured. During DB is changed, touching dropdownlist is occured IllegalStateException. Error message is below. java.lang.IllegalStateException: The content of the adapter has changed but ListView did not receive a notification. Make sure the content of your adapter is not modified from a background thread, but only from the UI thread. I tried to use notifyDataSetChanged() in dropdownlist adapter or modify dropdownlist list, but I can't find list or adapt.
How can I fix this problem?? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

