fix part screen voice input and adaption
This commit is contained in:
@@ -381,4 +381,9 @@ class MessageService extends ChangeNotifier {
|
||||
_messages.clear();
|
||||
notifyListeners();
|
||||
}
|
||||
|
||||
void removeNonListeningMessages() {
|
||||
_messages.removeWhere((message) => message.status != MessageStatus.listening);
|
||||
notifyListeners();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user