Fix missing send button for voice notes.

This commit is contained in:
mtang-signal
2024-04-17 13:30:17 -04:00
committed by Greyson Parrelli
parent 7a6bd0e1f2
commit 75bd113545

View File

@@ -648,6 +648,10 @@ class ConversationFragment :
conversationGroupViewModel.updateGroupStateIfNeeded()
if (inputPanel.voiceNoteDraft != null) {
updateToggleButtonState()
}
if (SignalStore.rateLimit().needsRecaptcha()) {
RecaptchaProofBottomSheetFragment.show(childFragmentManager)
}