mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-25 03:26:22 +08:00
opt find pgc episode
tweak Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -622,7 +622,7 @@ class _EpisodePanelState extends CommonSlidePageState<EpisodePanel> {
|
||||
_tabController.animateTo(widget.initialTabIndex);
|
||||
await Future.delayed(const Duration(milliseconds: 225));
|
||||
}
|
||||
_itemScrollController[currentTabIndex].scrollTo(
|
||||
_itemScrollController[widget.initialTabIndex].scrollTo(
|
||||
index: _currentItemIndex,
|
||||
duration: const Duration(milliseconds: 200),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user