Skip to content

Commit

Permalink
fix: 不直接使用value
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Jan 25, 2024
1 parent e6f9a76 commit 59908e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/whisper/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class _WhisperPageState extends State<WhisperPage> {
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,
Expand Down

0 comments on commit 59908e5

Please sign in to comment.