move the cursor at the message text field after adding a recipient
This commit is contained in:
parent
127d7d8930
commit
ba08a74cf9
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue