1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-04 18:29:23 +02:00

Merge branch 'master' into library-service

Conflicts:
	src/org/geometerplus/android/fbreader/libraryService/SQLiteBooksDatabase.java
This commit is contained in:
Nikolay Pultsin 2013-02-10 01:46:23 +04:00
commit 2a0e876056

View file

@ -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()) {