mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 13:48:58 +00:00
Fixed suggestion span type
This commit is contained in:
parent
8e269eb746
commit
eafb398e01
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ public class LanguageTool {
|
|||
continue;
|
||||
} else
|
||||
Log.i("LT text='" + edit.subSequence(s, e) + "' " + suggestion);
|
||||
edit.setSpan(span, s, e, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
||||
edit.setSpan(span, s, e, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE | Spanned.SPAN_COMPOSING);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue