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