Browse Source
When leaving the app with custom pip the VideoPlayerActivity onStop() is called which sets isInPiPMode to false which kills the popup. onStop isn't called with the system's pip. To fix this, just check if service.isPlayingPopup is true, it's false for system's pip.merge-requests/1990/merge
committed by
Nicolas Pomepuy
2 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue