mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Fix an issue with sharing file attachments into the app.
This commit is contained in:
committed by
Alex Hart
parent
738676ea5f
commit
9de6c44b16
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user