mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Fix composer voice memo cancellation due to focus loss.
This commit is contained in:
committed by
Nicholas Tinsley
parent
63a153571d
commit
d33aa247db
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user