1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

compilation issue

This commit is contained in:
Nikolay Pultsin 2010-11-21 20:44:32 +00:00
parent 8b2c785ef5
commit 2ac3ecd573

View file

@ -59,17 +59,14 @@ public class LibraryBaseActivity extends ListActivity {
myItems = items;
}
@Override
public final int getCount() {
return myItems.size();
}
@Override
public final FBTree getItem(int position) {
return myItems.get(position);
}
@Override
public final long getItemId(int position) {
return position;
}
@ -77,7 +74,6 @@ public class LibraryBaseActivity extends ListActivity {
private int myCoverWidth = -1;
private int myCoverHeight = -1;
@Override
public View getView(int position, View convertView, final ViewGroup parent) {
final FBTree tree = getItem(position);
final View view = (convertView != null) ? convertView :