basic_intl 修改为 t_basic_intl

This commit is contained in:
2025-09-24 15:42:30 +08:00
parent 87cc15dd53
commit d3580a6a0b
17 changed files with 62 additions and 73 deletions

View File

@@ -13,8 +13,11 @@ class ChatWindowContent extends StatefulWidget {
final double? maxHeight;
final double? chatWidth;
final VoidCallback? onCloseWindow;
const ChatWindowContent({
super.key,
this.onCloseWindow,
this.animationController,
this.minHeight,
this.maxHeight,
@@ -55,6 +58,9 @@ class _ChatWindowContentState extends State<ChatWindowContent> {
}
void _openFullScreen() async {
if (widget.onCloseWindow != null) {
widget.onCloseWindow!();
}
final messageService = context.read<MessageService>();
Navigator.of(context).push(