mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 01:06:11 +00:00
LT: fixed add word
This commit is contained in:
parent
a41602393d
commit
c1f4e42b3f
1 changed files with 2 additions and 0 deletions
|
@ -207,6 +207,8 @@ public class EditTextCompose extends FixedEditText {
|
|||
return surround("(", ")");
|
||||
else if (id == R.string.title_insert_quotes)
|
||||
return surround("\"", "\"");
|
||||
else if (id == R.string.title_lt_add)
|
||||
return modifyDictionary(true);
|
||||
else if (id == R.string.title_lt_delete)
|
||||
return modifyDictionary(false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue