mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
merge mine & media
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -141,9 +141,7 @@ class _EpisodePanelState extends CommonSlidePageState<EpisodePanel> {
|
||||
widget.initialTabIndex,
|
||||
duration: const Duration(milliseconds: 200),
|
||||
);
|
||||
Future.delayed(const Duration(milliseconds: 300)).whenComplete(() {
|
||||
jumpToCurrent();
|
||||
});
|
||||
Future.delayed(const Duration(milliseconds: 300), jumpToCurrent);
|
||||
} else {
|
||||
jumpToCurrent();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user