Inline language recognition

This commit is contained in:
M66B
2020-03-26 15:25:44 +01:00
parent cb3629b880
commit 1c437a52f5
11 changed files with 62 additions and 52 deletions

View File

@@ -820,8 +820,9 @@ public class Log {
Helper.writeText(file, body);
db.message().setMessageContent(draft.id,
true,
HtmlHelper.getLanguage(context, body),
false,
HtmlHelper.getPreview(file),
HtmlHelper.getPreview(body),
null);
attachSettings(context, draft.id, 1);