|
@@ -543,7 +543,7 @@ public class TCTeacherLiveRoomActivity extends BaseMVPActivity<ActivityTcTeacher
|
|
|
return;
|
|
|
}
|
|
|
this.mRoomInfoBean = roomInfoBean;
|
|
|
- this.isLiveCourse = TextUtils.equals(mRoomInfoBean.type, "live");
|
|
|
+ this.isLiveCourse = TextUtils.equals(mRoomInfoBean.type, "LIVE");
|
|
|
iconFinishLive.setImageResource(isLiveCourse ? R.drawable.icon_live_course_pause : R.drawable.icon_live_room_close_menu);
|
|
|
syncAddLikeNum();
|
|
|
if (mMessageAdapter != null) {
|