mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
synchronization with other branches
This commit is contained in:
parent
231679e8ef
commit
d7f3aff4c8
12 changed files with 25 additions and 28 deletions
|
@ -36,7 +36,7 @@ import org.geometerplus.zlibrary.text.view.ZLTextFixedPosition;
|
|||
|
||||
import org.geometerplus.fbreader.library.*;
|
||||
|
||||
import org.geometerplus.android.util.AndroidUtil;
|
||||
import org.geometerplus.android.util.UIUtil;
|
||||
|
||||
public final class SQLiteBooksDatabase extends BooksDatabase {
|
||||
private final String myInstanceId;
|
||||
|
@ -64,7 +64,7 @@ public final class SQLiteBooksDatabase extends BooksDatabase {
|
|||
if (version >= currentVersion) {
|
||||
return;
|
||||
}
|
||||
AndroidUtil.wait((version == 0) ? "creatingBooksDatabase" : "updatingBooksDatabase", new Runnable() {
|
||||
UIUtil.wait((version == 0) ? "creatingBooksDatabase" : "updatingBooksDatabase", new Runnable() {
|
||||
public void run() {
|
||||
myDatabase.beginTransaction();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue