Merge V2 Conversation Fragment behind an internal setting.

This commit is contained in:
Alex Hart
2023-04-14 12:46:18 -03:00
committed by Cody Henthorne
parent 5959545ae9
commit 3090a8521c
27 changed files with 1603 additions and 68 deletions

View File

@@ -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);