mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-23 04:00:28 +08:00
dyn addition jump
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user