Merge pull request #7349 from TiA4f8R/seamless-transition-players
Add seamless transition between background and video players when putting the app in background (for video-only streams and audio-only streams only)
This commit is contained in:
commit
ae111a8850
9 changed files with 393 additions and 147 deletions
|
|
@ -1617,6 +1617,7 @@ public final class VideoDetailFragment
|
|||
activity,
|
||||
info.getVideoStreams(),
|
||||
info.getVideoOnlyStreams(),
|
||||
false,
|
||||
false);
|
||||
selectedVideoStreamIndex = ListHelper
|
||||
.getDefaultResolutionIndex(activity, sortedVideoStreams);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue