We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
自定义布局
@OverRide public int getLayoutId() { return R.layout.myvideo; //myvideo 去掉了全屏按钮。 full }
设置点击屏幕全屏
startWindowFullscreen 里面判断了 mFullscreenButton != null
再次点击退出全屏onBackFullscreen --》 resolveNormalVideoShow 里面没判断 mFullscreenButton ==null
getFullscreenButton().setImageResource(getEnlargeImageRes());
导致null
The text was updated successfully, but these errors were encountered:
收到
Sorry, something went wrong.
52fc8da
fix CarGuo#1919
b4a0651
No branches or pull requests
自定义布局
@OverRide
public int getLayoutId() {
return R.layout.myvideo; //myvideo 去掉了全屏按钮。 full
}
设置点击屏幕全屏
startWindowFullscreen 里面判断了 mFullscreenButton != null
再次点击退出全屏onBackFullscreen --》 resolveNormalVideoShow 里面没判断
mFullscreenButton ==null
getFullscreenButton().setImageResource(getEnlargeImageRes());
导致null
The text was updated successfully, but these errors were encountered: