mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Use generic bg executor for LT and DeepL
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user