mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-01 18:06:51 +01:00
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…
x
Reference in New Issue
Block a user