move the cursor at the message text field after adding a recipient
This commit is contained in:
parent
127d7d8930
commit
ba08a74cf9
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ class NewMessageActivity : SimpleActivity() {
|
||||||
|
|
||||||
private fun addSelectedContact(contact: Contact) {
|
private fun addSelectedContact(contact: Contact) {
|
||||||
new_message_to.setText("")
|
new_message_to.setText("")
|
||||||
|
thread_type_message.requestFocus()
|
||||||
if (selectedContacts.map { it.id }.contains(contact.id)) {
|
if (selectedContacts.map { it.id }.contains(contact.id)) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue