mod: repost panel

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-18 18:46:24 +08:00
parent b25de52b9e
commit 3191ae27a5
3 changed files with 13 additions and 8 deletions

View File

@@ -406,6 +406,8 @@ class BangumiIntroController extends CommonController {
),
onTap: () {
Get.back();
EpisodeItem? item = bangumiItem?.episodes
?.firstWhereOrNull((item) => item.epId == epId);
showModalBottomSheet(
context: context,
isScrollControlled: true,
@@ -430,7 +432,8 @@ class BangumiIntroController extends CommonController {
_ => -1,
},
pic: bangumiItem?.cover,
title: bangumiItem?.title,
title:
'${bangumiItem?.title}${item != null ? '\n${item.showTitle}' : ''}',
uname: '',
),
);