-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show picture-in-picture btn only when the content has video
1. When playing an audio-only asset, the Picture-in-Picture button on the UI shows up. Pressing the button, however, results in an error. We should only display the Picture-in-Picture button when the content has video. 2. When it's in the picture-in-picture mode and an audio only content is loaded, both the main window and the picture-in-picture window get stuck. We should exit the picture-in-picture window when the audio only content is loaded. Closes #1849 Change-Id: I37bc82677108828a05ba26ad8aa081b90e137548
- Loading branch information
1 parent
22aee05
commit 59966e2
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters