mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Cleanup
This commit is contained in:
@@ -417,7 +417,6 @@ public class LanguageTool {
|
||||
: SuggestionSpan.FLAG_GRAMMAR_ERROR);
|
||||
SuggestionSpan span = new SuggestionSpanEx(etBody.getContext(),
|
||||
suggestion.replacements.toArray(new String[0]), flags);
|
||||
Log.i("MMM " + suggestion.title + ": " + flags);
|
||||
int s = start + suggestion.offset;
|
||||
int e = s + suggestion.length;
|
||||
if (s < 0 || s > edit.length() || e < 0 || e > edit.length()) {
|
||||
|
||||
Reference in New Issue
Block a user