Fixes audio recording

This commit is contained in:
Josh Perez
2023-01-26 11:57:39 -05:00
committed by GitHub
parent 10b0ec12a1
commit 28a295d4e1
4 changed files with 4 additions and 7 deletions

View File

@@ -116,6 +116,7 @@ function startRecording(
});
}
} catch (err) {
log.error('AudioRecorder/ERROR_RECORDING', err);
dispatch({
type: ERROR_RECORDING,
payload: ErrorDialogAudioRecorderType.ErrorRecording,