mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
Always refresh thread to reflect sending failure
This commit is contained in:
@@ -42,10 +42,8 @@ class MmsSentReceiver : SendStatusReceiver() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
override fun updateAppDatabase(context: Context, intent: Intent, receiverResultCode: Int) {
|
override fun updateAppDatabase(context: Context, intent: Intent, receiverResultCode: Int) {
|
||||||
if (resultCode == Activity.RESULT_OK) {
|
|
||||||
refreshMessages()
|
refreshMessages()
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
private const val EXTRA_CONTENT_URI = "content_uri"
|
private const val EXTRA_CONTENT_URI = "content_uri"
|
||||||
|
Reference in New Issue
Block a user