Fix an issue with sharing file attachments into the app.

This commit is contained in:
Greyson Parrelli
2022-10-25 12:31:08 -04:00
committed by Alex Hart
parent 738676ea5f
commit 9de6c44b16
2 changed files with 4 additions and 4 deletions

View File

@@ -2052,7 +2052,7 @@ public class ConversationParentFragment extends Fragment
inputPanel.setListener(this);
inputPanel.setMediaListener(this);
attachmentManager = new AttachmentManager(requireActivity(), this);
attachmentManager = new AttachmentManager(requireContext(), view, this);
audioRecorder = new AudioRecorder(requireContext());
typingTextWatcher = new ComposeTextWatcher();