mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-25 12:55:53 +08:00
@@ -62,7 +62,6 @@ class _VotePanelState extends State<VotePanel> {
|
||||
),
|
||||
Flexible(
|
||||
child: ListView.builder(
|
||||
key: const PageStorageKey('vote_opions'),
|
||||
shrinkWrap: true,
|
||||
itemCount: _voteInfo.options.length,
|
||||
itemBuilder: (context, index) => _buildOptions(index),
|
||||
|
||||
Reference in New Issue
Block a user