|
|
@@ -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,
|
|
|
|