LT: fixed add word

master
M66B 2 weeks ago
parent a41602393d
commit c1f4e42b3f

@ -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…
Cancel
Save