mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-29 12:53:35 +01:00
Fixes audio recording
This commit is contained in:
@@ -116,6 +116,7 @@ function startRecording(
|
||||
});
|
||||
}
|
||||
} catch (err) {
|
||||
log.error('AudioRecorder/ERROR_RECORDING', err);
|
||||
dispatch({
|
||||
type: ERROR_RECORDING,
|
||||
payload: ErrorDialogAudioRecorderType.ErrorRecording,
|
||||
|
||||
Reference in New Issue
Block a user