1
0
Fork 0
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:
Nikolay Pultsin 2015-06-13 15:51:13 +01:00
parent 7f4ae72a1d
commit b13f8100ac

View file

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