mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
Library class is splitted to Library & LibraryUtil
Conflicts: src/org/geometerplus/android/fbreader/library/LibraryActivity.java
This commit is contained in:
parent
f41c1f8b09
commit
ca00b0124a
12 changed files with 89 additions and 69 deletions
|
@ -78,7 +78,7 @@ public class BookTree extends LibraryTree {
|
|||
|
||||
@Override
|
||||
protected ZLImage createCover() {
|
||||
return Library.getCover(Book.File);
|
||||
return LibraryUtil.getCover(Book.File);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue