mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
compilation issue
This commit is contained in:
parent
8b2c785ef5
commit
2ac3ecd573
1 changed files with 0 additions and 4 deletions
|
@ -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 :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue