mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Avoid recording empty voice messages during an ongoing call.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user