You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allowDuplicates(false) depends on the objects equals method. Can you check to see if two cursors that you think should be the same return true with equals?
allowDuplicates(false) depends on the objects equals method. Can you
check to see if two cursors that you think should be the same return true
with equals?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/39#issuecomment-37604361
.
I think that i find a little bug.
allowDuplicates(false) appear dont work when is used with a SimpleCursorAdapter.
For reproduce it, this is my code.
Custom TokenCompleteTextView
Initialization of adapter and view
The text was updated successfully, but these errors were encountered: