mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 19:42:17 +02:00
hide outline on clicking footnote's 'more'
This commit is contained in:
parent
7f4ae72a1d
commit
b13f8100ac
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ class ProcessHyperlinkAction extends FBAndroidAction {
|
|||
toast.setOnClickWrapper(new OnClickWrapper("ftnt", new SuperToast.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view, Parcelable token) {
|
||||
Reader.getTextView().hideOutline();
|
||||
Reader.tryOpenFootnote(hyperlink.Id);
|
||||
}
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue