mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
common code has been moved from platform-specific directory
This commit is contained in:
parent
c782ce00be
commit
15a0394ccf
6 changed files with 53 additions and 29 deletions
|
@ -49,4 +49,9 @@ public class AuthorTree extends LibraryTree {
|
|||
protected String getSortKey() {
|
||||
return (Author != null) ? Author.SortKey : null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean containsBook(Book book) {
|
||||
return book != null && book.authors().contains(Author);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue