mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
colordict 3 support
This commit is contained in:
parent
93056fa687
commit
fb3648b597
5 changed files with 37 additions and 13 deletions
|
@ -63,7 +63,7 @@ class ProcessHyperlinkAction extends FBAction {
|
|||
return;
|
||||
} else if (region instanceof ZLTextWordRegion) {
|
||||
DictionaryUtil.openWordInDictionary(
|
||||
myBaseActivity, ((ZLTextWordRegion)region).Word.toString()
|
||||
myBaseActivity, (ZLTextWordRegion)region
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue