Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-19 20:40:09 +08:00
parent 38b1af2696
commit e4654d63c3
6 changed files with 22 additions and 10 deletions

View File

@@ -246,7 +246,7 @@ class OpusContent extends StatelessWidget {
showVoteDialog(
context,
element.linkCard!.card!.vote?.voteId ??
element.linkCard!.card!.oid,
int.parse(element.linkCard!.card!.oid!),
);
return;
}