Always refresh thread to reflect sending failure
This commit is contained in:
parent
49597a8db3
commit
a27790ee7c
1 changed files with 1 additions and 3 deletions
|
|
@ -42,10 +42,8 @@ class MmsSentReceiver : SendStatusReceiver() {
|
|||
}
|
||||
|
||||
override fun updateAppDatabase(context: Context, intent: Intent, receiverResultCode: Int) {
|
||||
if (resultCode == Activity.RESULT_OK) {
|
||||
refreshMessages()
|
||||
}
|
||||
}
|
||||
|
||||
companion object {
|
||||
private const val EXTRA_CONTENT_URI = "content_uri"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue