We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f8990 commit 68f4526Copy full SHA for 68f4526
1 file changed
package/native-package/src/optionalDependencies/Audio.ts
@@ -190,7 +190,6 @@ class _Audio {
190
};
191
stopRecording = async () => {
192
try {
193
- if(!audioRecorderPlayer._isRecording) return;
194
await audioRecorderPlayer.stopRecorder();
195
audioRecorderPlayer.removeRecordBackListener();
196
} catch (error) {
0 commit comments