@ -1301,7 +1301,7 @@ class ChatProviderModel with ChangeNotifier, DiagnosticableTreeMixin {
}
void stopPlaying(BuildContext context, {required SingleUserChatModel data}) async {
data.voiceController!.stopPlayer();
await data.voiceController!.pausePlayer();
notifyListeners();