basic_intl 修改为 t_basic_intl
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user