Skip to content

Commit 68f4526

Browse files
committed
fix: regression due to the stop audio fix
1 parent a5f8990 commit 68f4526

File tree

1 file changed

+0
-1
lines changed
  • package/native-package/src/optionalDependencies

1 file changed

+0
-1
lines changed

package/native-package/src/optionalDependencies/Audio.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ class _Audio {
190190
};
191191
stopRecording = async () => {
192192
try {
193-
if(!audioRecorderPlayer._isRecording) return;
194193
await audioRecorderPlayer.stopRecorder();
195194
audioRecorderPlayer.removeRecordBackListener();
196195
} catch (error) {

0 commit comments

Comments
 (0)