Avoid recording empty voice messages during an ongoing call.

This commit is contained in:
Sagar
2025-04-29 20:40:11 +05:30
committed by Cody Henthorne
parent 7a69c96746
commit 39756fd0d4
5 changed files with 25 additions and 0 deletions

View File

@@ -546,6 +546,8 @@
<string name="ConversationActivity__invite_to_signal">Invite to Signal</string>
<!-- Snackbar message shown after dismissing the full screen sms export megaphone indicating we\'ll do it again soon -->
<string name="ConversationActivity__you_will_be_reminded_again_soon">You will be reminded again soon.</string>
<!-- Toast message shown when trying to record a voice message during an ongoing call -->
<string name="ConversationFragment_cannot_record_voice_message_during_call">Cannot record voice message during call.</string>
<!-- Title for dialog shown when first sending formatted text -->
<string name="SendingFormattingTextDialog_title">Sending formatted text</string>