mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-20 14:54:09 +00:00
Merge pull request #377 from meskio/resend_message_on_fail2
Allow to resend a failed message
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user