mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
fix: 视频详情页null
This commit is contained in:
@@ -703,7 +703,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
||||
),
|
||||
);
|
||||
} else {
|
||||
return nil;
|
||||
return const SizedBox();
|
||||
}
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user