mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: data case
This commit is contained in:
@@ -102,10 +102,12 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
|||||||
});
|
});
|
||||||
videoDetailController.cid.listen((p0) {
|
videoDetailController.cid.listen((p0) {
|
||||||
if (!context.mounted) return;
|
if (!context.mounted) return;
|
||||||
videoPlayerServiceHandler.onVideoDetailChange(
|
if (bangumiIntroController.loadingState.value is Success) {
|
||||||
(bangumiIntroController.loadingState.value as Success).response,
|
videoPlayerServiceHandler.onVideoDetailChange(
|
||||||
p0,
|
(bangumiIntroController.loadingState.value as Success).response,
|
||||||
);
|
p0,
|
||||||
|
);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
autoExitFullscreen =
|
autoExitFullscreen =
|
||||||
setting.get(SettingBoxKey.enableAutoExit, defaultValue: true);
|
setting.get(SettingBoxKey.enableAutoExit, defaultValue: true);
|
||||||
|
|||||||
Reference in New Issue
Block a user