moving some views at the existing Thread activity
This commit is contained in:
parent
6d8c889723
commit
979744cbd5
3 changed files with 45 additions and 37 deletions
|
|
@ -76,7 +76,6 @@ 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…
Add table
Add a link
Reference in a new issue