Added removing diacritics (#29)
This commit is contained in:
parent
72833f6f16
commit
b212aa49b3
28 changed files with 75 additions and 2 deletions
|
|
@ -646,11 +646,13 @@ class ThreadActivity : SimpleActivity() {
|
|||
}
|
||||
|
||||
private fun sendMessage() {
|
||||
val msg = thread_type_message.value
|
||||
var msg = thread_type_message.value
|
||||
if (msg.isEmpty() && attachmentUris.isEmpty()) {
|
||||
return
|
||||
}
|
||||
|
||||
msg = removeDiacriticsIfNeeded(msg)
|
||||
|
||||
val numbers = ArrayList<String>()
|
||||
participants.forEach {
|
||||
it.phoneNumbers.forEach {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue