Fixed id offset, minor changes.
This commit is contained in:
committed by
Dominik Schürmann
parent
ca67c52aa0
commit
5cb9de01ad
@@ -14,6 +14,7 @@ public abstract class KeyCursorAdapter<C extends CursorAdapter.KeyCursor, VH ext
|
||||
|
||||
public KeyCursorAdapter(Context context, C cursor){
|
||||
super(context, cursor, 0);
|
||||
setHasStableIds(true);
|
||||
}
|
||||
|
||||
public void setQuery(String query) {
|
||||
|
||||
Reference in New Issue
Block a user