mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-17 04:00:35 +01:00
Update message type on contact add/remove
This commit is contained in:
parent
13e7ee1537
commit
3f80913b2c
@ -646,6 +646,7 @@ class ThreadActivity : SimpleActivity() {
|
||||
|
||||
participants.add(contact)
|
||||
showSelectedContacts()
|
||||
updateMessageType()
|
||||
}
|
||||
|
||||
private fun markAsUnread() {
|
||||
@ -957,6 +958,7 @@ class ThreadActivity : SimpleActivity() {
|
||||
private fun removeSelectedContact(id: Int) {
|
||||
participants = participants.filter { it.rawId != id }.toMutableList() as ArrayList<SimpleContact>
|
||||
showSelectedContacts()
|
||||
updateMessageType()
|
||||
}
|
||||
|
||||
private fun getPhoneNumbersFromIntent(): ArrayList<String> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user