Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-24 10:37:58 +08:00
parent 99a950b049
commit c94885a5c4

View File

@@ -167,6 +167,7 @@ class ChatItem extends StatelessWidget {
required dynamic content, required dynamic content,
required Color textColor, required Color textColor,
}) { }) {
return def(textColor, err: 'dev');
try { try {
switch (msgTypeFromValue(item.msgType)) { switch (msgTypeFromValue(item.msgType)) {
case MsgType.EN_MSG_TYPE_NOTIFY_MSG: case MsgType.EN_MSG_TYPE_NOTIFY_MSG: