浏览代码

send to

master
kaciya 5 年前
父节点
当前提交
1715c6cb19
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      lib/utils/file_transfer_page.dart

+ 1
- 1
lib/utils/file_transfer_page.dart 查看文件

@@ -51,7 +51,7 @@ class FileTransferPageState extends State<FileTransferPage>
Widget appBar = new AppBar( Widget appBar = new AppBar(
backgroundColor: AppColors.NewAppbarBgColor, backgroundColor: AppColors.NewAppbarBgColor,
title: new Text( title: new Text(
I18n.of(context).send_to,
'发送给',//I18n.of(context).send_to,
style: TextStyle(color: AppColors.NewAppbarTextColor), style: TextStyle(color: AppColors.NewAppbarTextColor),
textScaleFactor: 1.0, textScaleFactor: 1.0,
), ),


正在加载...
取消
保存