Skip to content

Commit ff2abad

Browse files
yuanhoujunujas-m-simformsolutions
authored andcommitted
It should be true.
1 parent b9fe236 commit ff2abad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/kotlin/com/simform/audio_waveforms/AudioRecorder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class AudioRecorder : PluginRegistry.RequestPermissionsResultListener {
219219

220220
fun resume(result: Result) {
221221
recorderState = RecorderState.Recording
222-
result.success(false)
222+
result.success(true)
223223
}
224224

225225
fun release() {

0 commit comments

Comments
 (0)