chore: code clean up

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-10 09:49:06 +08:00
parent 03d405e197
commit 59910e275e
133 changed files with 597 additions and 816 deletions

View File

@@ -27,12 +27,12 @@ class BangumiIntroPanel extends StatefulWidget {
final Function showIntroDetail;
const BangumiIntroPanel({
Key? key,
super.key,
this.cid,
required this.heroTag,
required this.showEpisodes,
required this.showIntroDetail,
}) : super(key: key);
});
@override
State<BangumiIntroPanel> createState() => _BangumiIntroPanelState();
@@ -147,7 +147,7 @@ class _BangumiInfoState extends State<BangumiInfo>
videoDetailCtr = Get.find<VideoDetailController>(tag: widget.heroTag);
bangumiItem = bangumiIntroController.bangumiItem;
cid = widget.cid!;
print('cid: $cid');
debugPrint('cid: $cid');
videoDetailCtr.cid.listen((p0) {
cid = p0;
if (!mounted) return;