dyn addition jump

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-15 13:35:13 +08:00
parent 205ae2bf55
commit 070ecad54b
6 changed files with 370 additions and 162 deletions

View File

@@ -340,8 +340,7 @@ class PercentageChip<T> extends StatelessWidget {
// }
// }
Future showVoteDialog(BuildContext context, int voteId,
[int? dynamicId]) async {
Future showVoteDialog(BuildContext context, voteId, [dynamicId]) async {
final voteInfo = await DynamicsHttp.voteInfo(voteId);
if (context.mounted) {
if (voteInfo.isSuccess) {