Skip to content

Commit

Permalink
修复退出全屏时获取的封面为黑屏的问题 (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartVive authored Aug 27, 2022
1 parent d5a57c2 commit c5c35bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,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 c5c35bd

Please sign in to comment.