fix: player height collapse and danmaku empty state

This commit is contained in:
Developer
2026-03-11 10:20:13 +08:00
parent 497dd33a35
commit ea184842e4
2 changed files with 4 additions and 2 deletions

View File

@@ -314,7 +314,7 @@ export function NativeVideoPlayer({
};
return (
<View style={[styles.container, style]}>
<View style={[styles.container, { width: SCREEN_W, height: VIDEO_H }, style]}>
{resolvedUrl ? (
<Video
key={resolvedUrl}