mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
uid reading for fb2/ePub files
This commit is contained in:
parent
4c5b4d51cd
commit
dae0fe3f56
5 changed files with 6 additions and 4 deletions
|
@ -84,7 +84,7 @@ final class SQLiteBooksDatabase extends BooksDatabase {
|
|||
|
||||
myDatabase.beginTransaction();
|
||||
|
||||
switch (myDatabase.getVersion()) {
|
||||
switch (version) {
|
||||
case 0:
|
||||
createTables();
|
||||
case 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue