mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-29 00:07:59 +00:00
Support for dual-sim SMS/MMS functionality
Allow source selection for sending SMS/MMS, and display the SIM that received SMS/MMS. Fixes #555 Closes #5199 // FREEBIE
This commit is contained in:
@@ -5,7 +5,7 @@ import org.thoughtcrime.securesms.recipients.Recipients;
|
||||
public class OutgoingKeyExchangeMessage extends OutgoingTextMessage {
|
||||
|
||||
public OutgoingKeyExchangeMessage(Recipients recipients, String message) {
|
||||
super(recipients, message);
|
||||
super(recipients, message, -1);
|
||||
}
|
||||
|
||||
private OutgoingKeyExchangeMessage(OutgoingKeyExchangeMessage base, String body) {
|
||||
|
||||
Reference in New Issue
Block a user