mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-21 17:46:24 +08:00
fix dyn additional panel
tweaks Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -216,7 +216,6 @@ Widget addWidget(
|
||||
),
|
||||
);
|
||||
}
|
||||
return const SizedBox.shrink();
|
||||
|
||||
case 'ADDITIONAL_TYPE_UPOWER_LOTTERY':
|
||||
final content = additional.upowerLottery!;
|
||||
@@ -397,7 +396,6 @@ Widget addWidget(
|
||||
}).toList(),
|
||||
);
|
||||
}
|
||||
return const SizedBox.shrink();
|
||||
|
||||
case 'ADDITIONAL_TYPE_VOTE':
|
||||
final vote = additional.vote!;
|
||||
|
||||
Reference in New Issue
Block a user