1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

Merge branch 'master' into basket

This commit is contained in:
Nikolay Pultsin 2011-03-01 16:22:33 +03:00
commit 27b4719781
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
* Thai localization (by Samphan Pojanasophanakul)
* Fixed TTF font style detection
* opds:// URLs support has been implemented
* Unexpected search call has been fixed
===== 0.99.13 (Feb 13, 2011) =====
* Fixed book/position forgetting bug

View file

@ -152,6 +152,7 @@ public final class FBReader extends ZLAndroidActivity {
}
};
UIUtil.wait("search", runnable, this);
startActivity(new Intent(this, getClass()));
} else {
super.onNewIntent(intent);
}