mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-17 12:57:03 +00:00
fix: keep player mounted during stream resolution to prevent init failure
This commit is contained in:
parent
4a30ca4067
commit
8f60a2a810
1 changed files with 1 additions and 1 deletions
|
|
@ -867,7 +867,7 @@ const AndroidVideoPlayer: React.FC = () => {
|
|||
)}
|
||||
|
||||
<View style={{ flex: 1, backgroundColor: 'black' }}>
|
||||
{!isTransitioningStream && !isResolving && (
|
||||
{!isTransitioningStream && (
|
||||
<VideoSurface
|
||||
processedStreamUrl={currentStreamUrl}
|
||||
headers={headers}
|
||||
|
|
|
|||
Loading…
Reference in a new issue