🐛 Post detail initial expand poll

This commit is contained in:
2025-09-07 23:57:14 +08:00
parent fe0e192a43
commit feda1f067f

View File

@@ -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']}'),