Skip to content

Commit

Permalink
fix: Pause playing audio before sending voice messages (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoonBaek committed Mar 28, 2023
1 parent db959de commit fef28d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ export const VoiceMessageInputWrapper = ({
setVoiceInputState(VoiceMessageInputStatus.READY_TO_RECORD);
} else {
stop();
pause();
setSubmit(true);
}
}}
Expand Down

0 comments on commit fef28d9

Please sign in to comment.