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

cancel menu (done)

This commit is contained in:
Nikolay Pultsin 2011-01-30 02:59:32 +00:00
parent 43c22be00d
commit 49adf8f9dc
4 changed files with 40 additions and 24 deletions

View file

@ -121,6 +121,7 @@ public class TOCActivity extends ListActivity {
if (reference != null) {
finish();
final FBReaderApp fbreader = (FBReaderApp)ZLApplication.Instance();
fbreader.addInvisibleBookmark();
fbreader.BookTextView.gotoPosition(reference.ParagraphIndex, 0, 0);
fbreader.showBookTextView();
}