Skip to content

Commit

Permalink
fix #3900
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Dec 13, 2023
1 parent b0b3d55 commit 775ca70
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ protected void cloneParams(GSYBaseVideoPlayer from, GSYBaseVideoPlayer to) {
to.mPlayTag = from.mPlayTag;
to.mPlayPosition = from.mPlayPosition;
to.mEffectFilter = from.mEffectFilter;
to.mCurrentPosition = from.mCurrentPosition;
to.mFullPauseBitmap = from.mFullPauseBitmap;
to.mNeedShowWifiTip = from.mNeedShowWifiTip;
to.mShrinkImageRes = from.mShrinkImageRes;
Expand Down

0 comments on commit 775ca70

Please sign in to comment.