Allow to resend a failed message

Add an option to the context menu of the message to resend it if it has
failed.
This commit is contained in:
Ruben Pollan
2013-10-13 12:53:41 +02:00
parent 1c8f8666ba
commit 04eafd5fab
6 changed files with 50 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ public class MmsSender extends MmscProcessor {
Log.w("MmsSender", me);
if (messageId != -1)
database.markAsSentFailed(messageId);
}
}
} else if (intent.getAction().equals(SendReceiveService.SEND_MMS_CONNECTIVITY_ACTION)) {
handleConnectivityChange();
}