mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-18 07:04:01 +08:00
@@ -279,7 +279,7 @@ class _EpisodePanelState extends State<EpisodePanel>
|
||||
) {
|
||||
final isCurrTab = tabIndex == widget.initialTabIndex;
|
||||
return KeepAliveWrapper(
|
||||
builder: (context) => CustomScrollView(
|
||||
child: CustomScrollView(
|
||||
reverse: _isReversed[tabIndex],
|
||||
physics: const AlwaysScrollableScrollPhysics(),
|
||||
controller: _itemScrollController[tabIndex],
|
||||
|
||||
Reference in New Issue
Block a user