AutocompleteTextView Error: IllegalStateException: The content of the adapter has changed but ListView did not receive a notification
问题 I have an IllegalStateException Error in this class when cancel or type fast on my AutocompleteTextView. I have read something about that but I can't solve this problem. Anyone can correct my code? Thanks advance for any helpers!! (Sorry for my bad english) This is the full error: 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