26-1-21/1

This commit is contained in:
Hamza-Ayed
2026-01-21 17:01:45 +03:00
parent 11dfe94bbb
commit 3e89e1f1f0
32 changed files with 101957 additions and 12193 deletions

View File

@@ -78,7 +78,7 @@ class AudioRecorderController extends GetxController {
// Stop recording
Future<void> stopRecording() async {
await recorder.stop();
recorder.stop();
isRecording = false;
isPaused = false;
update();