mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-29 14:39:22 +00:00
Add logging to track down ConversationActivity crash.
This commit is contained in:
@@ -1072,7 +1072,7 @@ public class ConversationFragment extends Fragment
|
||||
if (getContext() == null) return;
|
||||
|
||||
ContactUtil.selectRecipientThroughDialog(getContext(), choices, locale, recipient -> {
|
||||
CommunicationActions.startConversation(getContext(), recipient, null);
|
||||
CommunicationActions.startConversation(getContext(), recipient, null, ConversationActivity.Breadcrumb.SHARED_CONTACT);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user