Crash when opening video while PiP is active
when pip is active and I try to run new video I got crashed in Mpv player , How I can resolve it if I try to stop initialize of mpv then I don't get any video view, any solution related to this or anyone know before starting Mpv activity how I can deactivate the PIP and again initialize
here is code from the fragment where i m trying to open Mpv Activity and in activity there is PIP method
`
private fun playFile(filepath: String) {
val i: Intent
if (filepath.startsWith("content://"))...