moving some views at the existing Thread activity

This commit is contained in:
tibbi 2020-04-06 12:44:53 +02:00
parent 6d8c889723
commit 979744cbd5
3 changed files with 45 additions and 37 deletions

View file

@ -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
}