Skip to content

Conversation

@594238813
Copy link

in android
When the app moves to the background during video playback, the video continues playing.

fix code one line

class ReactVlcPlayerView extends TextureView ... {
    public ReactVlcPlayerView(ThemedReactContext context) {
        //...

        context.addLifecycleEventListener(this);
    }
}

@594238813
Copy link
Author

@razorRun

@razorRun razorRun merged commit dd34999 into razorRun:master Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants