Neuer Regelsatz: Platzierung #213

Merged
sneeex merged 22 commits from feature/206-Neuer-Regelsatz-Platzierung into development 2026-05-09 21:37:30 +00:00
Showing only changes of commit f0062dd9d9 - Show all commits

View File

@@ -144,7 +144,7 @@ class _MatchResultViewState extends State<MatchResultView> {
}); });
}, },
child: ListView.builder( child: ListView.builder(
physics: NeverScrollableScrollPhysics(), physics: const NeverScrollableScrollPhysics(),
itemCount: allPlayers.length, itemCount: allPlayers.length,
itemBuilder: (context, index) { itemBuilder: (context, index) {
return CustomRadioListTile( return CustomRadioListTile(