opt: episode panel

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-14 13:14:29 +08:00
parent a136c150ad
commit 7966bab62d
2 changed files with 21 additions and 13 deletions

View File

@@ -106,7 +106,6 @@ class _EpisodePanelState extends CommonSlidePageState<EpisodePanel>
Rx<LoadingState>? _favState;
late bool _isInit = true;
late final Color primary = Theme.of(context).colorScheme.primary;
void listener() {
_currentTabIndex.value = _tabController.index;
@@ -352,6 +351,7 @@ class _EpisodePanelState extends CommonSlidePageState<EpisodePanel>
pubdate = episode.pubTime;
break;
}
late final Color primary = Theme.of(context).colorScheme.primary;
return Material(
color: Colors.transparent,