fixed KeyNotFound bug, cosmetic changes

This commit is contained in:
Tobias Erthal
2016-09-21 20:09:57 +02:00
parent 5f6bac8017
commit a432d59d2c
5 changed files with 8 additions and 9 deletions

View File

@@ -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 ?