mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
manual merging with steffen branch: visited hyperlinks engine
This commit is contained in:
parent
343f0818a2
commit
f9a3335ce5
7 changed files with 94 additions and 10 deletions
|
@ -63,6 +63,7 @@ class ProcessHyperlinkAction extends FBAction {
|
|||
}
|
||||
break;
|
||||
case FBHyperlinkType.INTERNAL:
|
||||
Reader.Model.Book.markHyperlinkAsVisited(hyperlink.Id);
|
||||
Reader.tryOpenFootnote(hyperlink.Id);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue