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:
commit
c72f84938f
6 changed files with 14 additions and 22 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue