Always refresh thread to reflect sending failure
This commit is contained in:
parent
49597a8db3
commit
a27790ee7c
|
@ -42,9 +42,7 @@ class MmsSentReceiver : SendStatusReceiver() {
|
|||
}
|
||||
|
||||
override fun updateAppDatabase(context: Context, intent: Intent, receiverResultCode: Int) {
|
||||
if (resultCode == Activity.RESULT_OK) {
|
||||
refreshMessages()
|
||||
}
|
||||
refreshMessages()
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
|
Loading…
Reference in New Issue