fixed KeyNotFound bug, cosmetic changes
This commit is contained in:
@@ -47,11 +47,6 @@ public class SelectSignKeyAdapter extends KeyCursorAdapter<CursorAdapter.KeyCurs
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getIdFromCursor(KeyCursor keyCursor) {
|
||||
return keyCursor.getKeyId();
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getItemViewType(int position) {
|
||||
return position == getItemCount() -1 ?
|
||||
|
||||
Reference in New Issue
Block a user