mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
cleanup
This commit is contained in:
parent
eadd144192
commit
e80f68d8d9
4 changed files with 4 additions and 14 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
2
third-party/AmbilWarna/project.properties
vendored
2
third-party/AmbilWarna/project.properties
vendored
|
@ -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
|
||||
|
|
11
third-party/drag-sort-listview/.project
vendored
11
third-party/drag-sort-listview/.project
vendored
|
@ -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>
|
|
@ -12,4 +12,4 @@
|
|||
|
||||
android.library=true
|
||||
# Project target.
|
||||
target=android-8
|
||||
target=android-5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue