|
@@ -109,8 +109,8 @@ public class HomeHotMusicSheetItemView extends FrameLayout {
|
|
|
mTvTag.setBackgroundResource(R.drawable.shape_3591ce_border);
|
|
|
}
|
|
|
mLlMusicSubject.removeAllViews();
|
|
|
- if (!TextUtils.isEmpty(data.musicSubject)) {
|
|
|
- String[] split = data.musicSubject.split(",");
|
|
|
+ if (!TextUtils.isEmpty(data.subjectNames)) {
|
|
|
+ String[] split = data.subjectNames.split(",");
|
|
|
if (split != null && split.length > 0) {
|
|
|
for (int i = 0; i < split.length; i++) {
|
|
|
createSubjectView(split[i]);
|