Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Apr 1, 2019
1 parent cb25e63 commit 52fc8da
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,9 @@ protected void resolveNormalVideoShow(View oldF, ViewGroup vp, GSYVideoPlayer gs
showNavKey(mContext, mSystemUiVisibility);
}
showSupportActionBar(mContext, mActionBar, mStatusBar);
getFullscreenButton().setImageResource(getEnlargeImageRes());
if(getFullscreenButton() != null) {
getFullscreenButton().setImageResource(getEnlargeImageRes());
}
}


Expand Down

0 comments on commit 52fc8da

Please sign in to comment.