Fix composer voice memo cancellation due to focus loss.

This commit is contained in:
Nicholas
2023-02-02 16:11:59 -05:00
committed by Nicholas Tinsley
parent 63a153571d
commit d33aa247db
5 changed files with 54 additions and 33 deletions

View File

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