fix: 使用导航键点不到合集列表末项与错误日志

This commit is contained in:
orz12
2024-02-07 21:04:36 +08:00
parent a5aaec7b58
commit 88bc9e3ff9
2 changed files with 104 additions and 99 deletions

View File

@@ -131,6 +131,9 @@ class _SeasonPanelState extends State<SeasonPanel> {
Theme.of(context).dividerColor.withOpacity(0.1),
),
Expanded(
child: Padding(
padding: EdgeInsets.only(
bottom: MediaQuery.of(context).padding.bottom),
child: Material(
child: ScrollablePositionedList.builder(
itemCount: episodes.length,
@@ -163,7 +166,7 @@ class _SeasonPanelState extends State<SeasonPanel> {
itemScrollController: itemScrollController,
),
),
),
)),
],
),
);