move the cursor at the message text field after adding a recipient

This commit is contained in:
tibbi 2020-04-06 10:25:34 +02:00
parent 127d7d8930
commit ba08a74cf9
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ class NewMessageActivity : SimpleActivity() {
private fun addSelectedContact(contact: Contact) {
new_message_to.setText("")
thread_type_message.requestFocus()
if (selectedContacts.map { it.id }.contains(contact.id)) {
return
}