Abdullo-0901

Results 2 issues of Abdullo-0901

This my code ` async function onStopRecord(): Promise { if (!audio.recordSecs) return const result = await audioRecorderPlayer.stopRecorder() audioRecorderPlayer.removeRecordBackListener() setAudio({ ...audio, recordSecs: 0, recordTime: "00:00:00", }) const file = await fetch(result).then((response)...

### Feature Request: Add Pause and Resume functionality to AnimatedCircularProgress #### Use Case: I am working on a project where I need to control the circular progress animation. It would...