1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00
This commit is contained in:
Nikolay Pultsin 2013-10-12 10:39:16 +01:00
parent eadd144192
commit e80f68d8d9
4 changed files with 4 additions and 14 deletions

View file

@ -98,8 +98,9 @@ public class FileTree extends LibraryTree {
@Override
public Book getBook() {
if (myBook == NULL_BOOK)
if (myBook == NULL_BOOK) {
myBook = Collection.getBookByFile(myFile);
}
return (Book)myBook;
}

View file

@ -11,4 +11,4 @@ android.library=true
# Indicates whether an apk should be generated for each density.
split.density=false
# Project target.
target=android-14
target=android-11

View file

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>drag-sort-listview</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>

View file

@ -12,4 +12,4 @@
android.library=true
# Project target.
target=android-8
target=android-5