mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
platform-independent code has been moved to non-android directory
This commit is contained in:
parent
15a0394ccf
commit
0ae1f66dda
6 changed files with 44 additions and 35 deletions
|
@ -69,4 +69,9 @@ public class BookTree extends LibraryTree {
|
|||
protected ZLImage createCover() {
|
||||
return Library.getCover(Book.File);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean containsBook(Book book) {
|
||||
return book != null && book.equals(Book);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue