mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
cleanup
This commit is contained in:
parent
ba229dbccd
commit
ad0dc1069d
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ public abstract class DictionaryUtil {
|
|||
}
|
||||
|
||||
public static void openWordInDictionary(Activity activity, ZLTextWordRegion region) {
|
||||
String text = region.Word.toString();
|
||||
final String text = region.Word.toString();
|
||||
int start = 0;
|
||||
int end = text.length();
|
||||
for (; start < end && !Character.isLetterOrDigit(text.charAt(start)); ++start);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue