1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 10:19:33 +02:00

work in progress

This commit is contained in:
Nikolay Pultsin 2010-12-18 13:26:37 +00:00
parent aba621c9de
commit 93e3df976b
11 changed files with 69 additions and 67 deletions

View file

@ -60,11 +60,6 @@ public class BookTree extends LibraryTree {
@Override
protected ZLImage createCover() {
final FormatPlugin plugin = PluginCollection.Instance().getPlugin(Book.File);
if (plugin != null) {
return plugin.readCover(Book);
}
return null;
return Library.getCover(Book.File);
}
}