mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix missing send button for voice notes.
This commit is contained in:
committed by
Greyson Parrelli
parent
7a6bd0e1f2
commit
75bd113545
@@ -648,6 +648,10 @@ class ConversationFragment :
|
||||
|
||||
conversationGroupViewModel.updateGroupStateIfNeeded()
|
||||
|
||||
if (inputPanel.voiceNoteDraft != null) {
|
||||
updateToggleButtonState()
|
||||
}
|
||||
|
||||
if (SignalStore.rateLimit().needsRecaptcha()) {
|
||||
RecaptchaProofBottomSheetFragment.show(childFragmentManager)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user