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

@@ -4202,6 +4202,10 @@ class ConversationFragment :
.execute()
}
override fun onRecorderAlreadyInUse() {
toast(R.string.ConversationFragment_cannot_record_voice_message_during_call)
}
override fun onEmojiToggle() {
container.toggleInput(MediaKeyboardFragmentCreator, composeText, showSoftKeyOnHide = true)
}