do not allow removing the original contact from ThreadActivity
This commit is contained in:
parent
c4f209b8ff
commit
4405495e6b
1 changed files with 3 additions and 1 deletions
|
|
@ -142,8 +142,10 @@ class ThreadActivity : SimpleActivity() {
|
|||
layoutInflater.inflate(R.layout.item_selected_contact, null).apply {
|
||||
selected_contact_name.text = contact.name
|
||||
selected_contact_remove.setOnClickListener {
|
||||
if (contact.id != selectedContacts.first().id) {
|
||||
removeSelectedContact(contact.id)
|
||||
}
|
||||
}
|
||||
views.add(this)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue