mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
NG Library view: recent books list (very slow at this moment)
ZLAndroidLibrary.createImage() method has gone
This commit is contained in:
parent
1e9396d5c2
commit
c33d802c6d
16 changed files with 189 additions and 67 deletions
|
@ -36,7 +36,7 @@ public class PluginCollection {
|
|||
public ZLStringOption DefaultEncodingOption;
|
||||
public ZLBooleanOption LanguageAutoDetectOption;
|
||||
|
||||
public static PluginCollection instance() {
|
||||
public static PluginCollection Instance() {
|
||||
if (ourInstance == null) {
|
||||
ourInstance = new PluginCollection();
|
||||
ourInstance.myPlugins.add(new FB2Plugin());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue