Fix Mzansi AI Bug

This commit is contained in:
2025-08-18 15:11:24 +02:00
parent e58eeab4ea
commit e2c9b95b8d

View File

@@ -569,7 +569,6 @@ class _AiChatState extends State<AiChat> {
@override
void dispose() {
// TODO: implement dispose
super.dispose();
_modelController.dispose();
_fontSizeController.dispose();
@@ -630,7 +629,6 @@ class _AiChatState extends State<AiChat> {
content: systemPromt,
),
);
_loadMessages();
initTTS();
_ttsVoiceController.addListener(voiceSelected);
if (widget.startUpQuestion != null && widget.startUpQuestion!.isNotEmpty) {