26-1-21/1
This commit is contained in:
@@ -78,7 +78,7 @@ class AudioRecorderController extends GetxController {
|
||||
|
||||
// Stop recording
|
||||
Future<void> stopRecording() async {
|
||||
await recorder.stop();
|
||||
recorder.stop();
|
||||
isRecording = false;
|
||||
isPaused = false;
|
||||
update();
|
||||
|
||||
Reference in New Issue
Block a user