Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Aug 30, 2022
2 parents 48472a7 + c5c35bd commit 87b6d0f
Showing 1 changed file with 2 additions and 1 deletion.
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 Expand Up @@ -301,7 +302,7 @@ private void pauseFullBackCoverLogic(GSYBaseVideoPlayer gsyVideoPlayer) {
} else if (mShowPauseCover) {
//不在了说明已经播放过,还是暂停的话,我们拿回来就好
try {
initCover();
gsyVideoPlayer.initCover();
} catch (Exception e) {
e.printStackTrace();
mFullPauseBitmap = null;
Expand Down

0 comments on commit 87b6d0f

Please sign in to comment.