1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 02:39:23 +02:00

Merge branch 'master' into library

This commit is contained in:
Nikolay Pultsin 2010-11-23 19:45:38 +00:00
commit c72f84938f
6 changed files with 14 additions and 22 deletions

View file

@ -220,7 +220,7 @@ public final class FBReader extends ZLAndroidActivity {
protected ZLApplication createApplication(ZLFile file) {
if (SQLiteBooksDatabase.Instance() == null) {
new SQLiteBooksDatabase("READER");
new SQLiteBooksDatabase(this, "READER");
}
return new FBReaderApp(file != null ? file.getPath() : null);
}