diff --git a/lib/pages/whisper_detail/widget/chat_item.dart b/lib/pages/whisper_detail/widget/chat_item.dart index 87b3987c..0727a2c8 100644 --- a/lib/pages/whisper_detail/widget/chat_item.dart +++ b/lib/pages/whisper_detail/widget/chat_item.dart @@ -341,7 +341,7 @@ class ChatItem extends StatelessWidget { ), ), Text( - Utils.timeFormat(int.parse(i['field3'])), + i['field3'], style: TextStyle( letterSpacing: 0.6, height: 1.5,