fix: typo

This commit is contained in:
guozhigq
2024-11-11 09:18:05 +08:00
parent bd9745c534
commit 17fddb2a16
80 changed files with 127 additions and 129 deletions

View File

@ -56,8 +56,7 @@ class ChatItem extends StatelessWidget {
@override
Widget build(BuildContext context) {
bool isOwner =
item.senderUid == GStrorage.userInfo.get('userInfoCache').mid;
bool isOwner = item.senderUid == GStorage.userInfo.get('userInfoCache').mid;
bool isPic = item.msgType == MsgType.pic.value; // 图片
bool isText = item.msgType == MsgType.text.value; // 文本