Pārlūkot izejas kodu

删除旧的翻译状态按钮

修改上传状态显示
master
zdc pirms 5 gadiem
vecāks
revīzija
4360f1c0fb
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +1
    -1
      lib/chat/ChatPage.dart
  2. +1
    -1
      lib/chat/msg_state_widge.dart

+ 1
- 1
lib/chat/ChatPage.dart Parādīt failu

@@ -385,7 +385,7 @@ class _ChatPageState extends State<ChatPage> {
]),
],
));
actions.add(TranslateSateWidget(friendId: friendInfo.userId));
//actions.add(TranslateSateWidget(friendId: friendInfo.userId));
actions.add(Container(
margin: EdgeInsets.only(top: 1),
child: myPop.PopupMenuButton(


+ 1
- 1
lib/chat/msg_state_widge.dart Parādīt failu

@@ -83,7 +83,7 @@ class _MsgStateWidgetState extends State<MsgStateWidget> {
} else if (sendState == MsgState.SendingSuccess) {
return Container(width: 0, height: 0);
} else {
if (widget.msg.msgType == ChatType.ShortVideoChatType.value) {
if (widget.msg.state == MsgState.Uploading) {
return Container(
child: IconButton(
iconSize: 22,


Notiek ielāde…
Atcelt
Saglabāt