Skip to content

Commit

Permalink
修复音频焦点冲突 (#3677)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartVive authored Aug 27, 2022
1 parent 9c45597 commit d5a57c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ protected void cloneParams(GSYBaseVideoPlayer from, GSYBaseVideoPlayer to) {
to.mAutoFullWithSize = from.mAutoFullWithSize;
to.mOverrideExtension = from.mOverrideExtension;
to.mNeedOrientationUtils = from.mNeedOrientationUtils;
to.onAudioFocusChangeListener = from.onAudioFocusChangeListener;
if (from.mSetUpLazy) {
to.setUpLazy(from.mOriginUrl, from.mCache, from.mCachePath, from.mMapHeadData, from.mTitle);
to.mUrl = from.mUrl;
Expand Down

0 comments on commit d5a57c2

Please sign in to comment.