mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-25 20:37:20 +00:00
parent
ceb82a05ca
commit
32153ec379
@ -196,6 +196,7 @@ public class RoutingActivity extends PassphraseRequiredActionBarActivity {
|
|||||||
|
|
||||||
private ConversationParameters getConversationParametersForSendAction() {
|
private ConversationParameters getConversationParametersForSendAction() {
|
||||||
Recipients recipients;
|
Recipients recipients;
|
||||||
|
String body = getIntent().getStringExtra("sms_body");
|
||||||
long threadId = getIntent().getLongExtra("thread_id", -1);
|
long threadId = getIntent().getLongExtra("thread_id", -1);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@ -206,7 +207,7 @@ public class RoutingActivity extends PassphraseRequiredActionBarActivity {
|
|||||||
recipients = null;
|
recipients = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
return new ConversationParameters(threadId, recipients, null, null, null, null);
|
return new ConversationParameters(threadId, recipients, body, null, null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
private ConversationParameters getConversationParametersForShareAction() {
|
private ConversationParameters getConversationParametersForShareAction() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user