Use generic bg executor for LT and DeepL

This commit is contained in:
M66B
2023-09-11 16:20:02 +02:00
parent 80d5102364
commit 66d718ffa2
2 changed files with 7 additions and 3 deletions

View File

@@ -409,6 +409,8 @@ public class LanguageTool {
}
static void applySuggestions(EditText etBody, int start, int end, List<Suggestion> suggestions) {
if (etBody == null)
return;
Editable edit = etBody.getText();
if (edit == null)
return;