mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 08:09:12 +01:00
Merge V2 Conversation Fragment behind an internal setting.
This commit is contained in:
committed by
Cody Henthorne
parent
5959545ae9
commit
3090a8521c
@@ -142,6 +142,7 @@ public class CommunicationActions {
|
||||
|
||||
@Override
|
||||
protected void onPostExecute(@Nullable Long threadId) {
|
||||
// TODO [alex] -- ThreadID should *always* exist
|
||||
ConversationIntents.Builder builder = ConversationIntents.createBuilder(context, recipient.getId(), threadId != null ? threadId : -1);
|
||||
if (!TextUtils.isEmpty(text)) {
|
||||
builder.withDraftText(text);
|
||||
|
||||
Reference in New Issue
Block a user