1
0
Fork 0
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:
Nikolay Pultsin 2010-11-25 02:14:19 +00:00
parent 231679e8ef
commit d7f3aff4c8
12 changed files with 25 additions and 28 deletions

View file

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