Browse Source
When running in custom pip, video playback is not in the videoPlayerActivity. When starting next media, it checks if there is a video playing, and if (appIsStarted()) which returns false when customPip is running and the VideoPlayerActivity has been killed. Because of this, when playing the following media in a playqueue with custom pip, there no vout. To fix this, this adds a check to service.isInPiPMode before removing video.merge-requests/2174/head
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue