feat: 番剧选集

This commit is contained in:
guozhigq
2024-04-13 23:34:46 +08:00
parent 354619c243
commit 3c33fca659

View File

@ -341,4 +341,8 @@ class BangumiIntroController extends GetxController {
).buildShowContent(Get.context!), ).buildShowContent(Get.context!),
); );
} }
hiddenEpisodeBottomSheet() {
bottomSheetController?.close();
}
} }