Fix Mzansi AI Bug
This commit is contained in:
parent
e58eeab4ea
commit
e2c9b95b8d
1 changed files with 0 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue