|
@@ -166,10 +166,10 @@ class CourseTableFragment :
|
|
|
if (view.id == R.id.iv_go_chat) {
|
|
|
if (TextUtils.equals(data.courseType, CourseTableListAdapter.OTHER_COURSE)) {
|
|
|
//陪练课
|
|
|
- ChatHelper.getInstance().goChat(data.imUserId, data.name)
|
|
|
+ ChatHelper.getInstance().goChat(data.imUserId, "")
|
|
|
} else {
|
|
|
//琴房课或者直播课
|
|
|
- ChatHelper.getInstance().goGroupChat(data.imGroupId, data.name)
|
|
|
+ ChatHelper.getInstance().goGroupChat(data.imGroupId, "")
|
|
|
}
|
|
|
}
|
|
|
})
|