♻️ Refactored poll editor

This commit is contained in:
2025-11-16 22:15:10 +08:00
parent 3ffa730505
commit c247cdf81c
6 changed files with 130 additions and 98 deletions

View File

@@ -611,7 +611,7 @@ class ComposeLogic {
context: context,
useRootNavigator: true,
isScrollControlled: true,
builder: (context) => const ComposePollSheet(),
builder: (context) => ComposePollSheet(pub: state.currentPublisher.value),
);
if (poll == null) return;