1
0
Fork 0
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:
M66B 2023-11-03 19:21:55 +01:00
parent 8e269eb746
commit eafb398e01

View file

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