Skip to content

Pip: fix playback breaking when reopening the app.

Duncan McNamara requested to merge Skantes/vlc-android:fix-pip-dev into master

On some devices when reopening the app while PiP is running will break it's playback. To remedy this, it was decided to force the reopening of the VideoPlayerActivity, to continue playback in fullscreen as the user is actively watching the playback through PiP.

Merge request reports