From 59908e5e90de4b016c4603be7d4afc50beabde69 Mon Sep 17 00:00:00 2001 From: orz12 Date: Thu, 25 Jan 2024 10:00:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8D=E7=9B=B4=E6=8E=A5=E4=BD=BF?= =?UTF-8?q?=E7=94=A8value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/whisper/view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/whisper/view.dart b/lib/pages/whisper/view.dart index 065297ae..e9615347 100644 --- a/lib/pages/whisper/view.dart +++ b/lib/pages/whisper/view.dart @@ -66,7 +66,7 @@ class _WhisperPageState extends State { padding: const EdgeInsets.all(0), childAspectRatio: 1.25, children: - _whisperController.msgFeedTop.value.map((item) { + _whisperController.msgFeedTop.map((item) { return Column( crossAxisAlignment: CrossAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,