From feda1f067f0de82dd41489d5048d62756a491374 Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Sun, 7 Sep 2025 23:57:14 +0800 Subject: [PATCH] :bug: Post detail initial expand poll --- lib/widgets/post/post_shared.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/widgets/post/post_shared.dart b/lib/widgets/post/post_shared.dart index 8132aaf3..856db642 100644 --- a/lib/widgets/post/post_shared.dart +++ b/lib/widgets/post/post_shared.dart @@ -900,6 +900,7 @@ class PostBody extends ConsumerWidget { poll: SnPollWithStats.fromJson(embedData['poll']), onSubmit: (_) {}, isReadonly: !isInteractive, + isInitiallyExpanded: isFullPost, ).padding(horizontal: 16, vertical: 12), ), _ => Text('Unable show embed: ${embedData['type']}'),