1
0
Fork 0
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:
Nikolay Pultsin 2012-01-26 23:46:26 +00:00
parent f41c1f8b09
commit ca00b0124a
12 changed files with 89 additions and 69 deletions

View file

@ -78,7 +78,7 @@ public class BookTree extends LibraryTree {
@Override
protected ZLImage createCover() {
return Library.getCover(Book.File);
return LibraryUtil.getCover(Book.File);
}
@Override