1
0
Fork 0
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:
Nikolay Pultsin 2013-03-23 22:09:44 +04:00
parent 4c5b4d51cd
commit dae0fe3f56
5 changed files with 6 additions and 4 deletions

View file

@ -84,7 +84,7 @@ final class SQLiteBooksDatabase extends BooksDatabase {
myDatabase.beginTransaction();
switch (myDatabase.getVersion()) {
switch (version) {
case 0:
createTables();
case 1: