mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +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) {
|
if (version >= currentVersion) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
myDatabase.beginTransaction();
|
myDatabase.beginTransaction();
|
||||||
|
|
||||||
switch (myDatabase.getVersion()) {
|
switch (myDatabase.getVersion()) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue