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
LiveFragment在加载LiveRecommendBannerSection时出现了难以理解的空指针情况然后崩溃,出错处在LiveRecommendBannerSection类的第39行: holder.setText(R.id.tv_video_live_up, TextUtils.isEmpty(mData.owner.name) ? "未知" : mData.owner.name)
由于mData中的结构已经大幅度改变了,因此将mData.owner.name替换成mData.title即可
The text was updated successfully, but these errors were encountered:
对的,b站接口变了,我也没改。。
Sorry, something went wrong.
No branches or pull requests
LiveFragment在加载LiveRecommendBannerSection时出现了难以理解的空指针情况然后崩溃,出错处在LiveRecommendBannerSection类的第39行:
holder.setText(R.id.tv_video_live_up, TextUtils.isEmpty(mData.owner.name) ? "未知" : mData.owner.name)
由于mData中的结构已经大幅度改变了,因此将mData.owner.name替换成mData.title即可
The text was updated successfully, but these errors were encountered: