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,9 +42,7 @@ 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 {
|
||||||
|
Reference in New Issue
Block a user