提交 52fc8daa 编写于 作者: S shuyu

fix #1919

上级 cb25e63d
......@@ -363,7 +363,9 @@ public abstract class GSYBaseVideoPlayer extends GSYVideoControlView {
showNavKey(mContext, mSystemUiVisibility);
}
showSupportActionBar(mContext, mActionBar, mStatusBar);
getFullscreenButton().setImageResource(getEnlargeImageRes());
if(getFullscreenButton() != null) {
getFullscreenButton().setImageResource(getEnlargeImageRes());
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册