mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
Merge branch 'master' into library-service
Conflicts: src/org/geometerplus/android/fbreader/libraryService/SQLiteBooksDatabase.java
This commit is contained in:
commit
2a0e876056
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ final class SQLiteBooksDatabase extends BooksDatabase {
|
|||
if (version >= currentVersion) {
|
||||
return;
|
||||
}
|
||||
|
||||
myDatabase.beginTransaction();
|
||||
|
||||
switch (myDatabase.getVersion()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue