Ensure sending pauses audio
This commit is contained in:
parent
71644910e8
commit
08ba8e182a
2 changed files with 24 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ class VoiceMessageComposerPresenter @Inject constructor(
|
|||
return@lambda
|
||||
}
|
||||
isSending = true
|
||||
player.pause()
|
||||
appCoroutineScope.sendMessage(
|
||||
file = finishedState.file,
|
||||
mimeType = finishedState.mimeType,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue