In my case I called the method GetFilter() on an adapter from the TextWatcher() method on main Activity, and I added the data with a For loop on GetFilter().
The solution was change the For loop to AfterTextChanged() sub method on main Activity and delete the call to GetFilter()