@@ -732,6 +732,7 @@ public class TCStudentLiveRoomActivity extends BaseMVPActivity<AcTtLiveroomLayou
params = "music";
}
if (roomInfo != null) {
+ presenter.handleAction(LiveRoomMsgConstants.ACTION_SEND_ON_SNAP_UP);
ARouter.getInstance()
.build(RouterPath.WebCenter.ACTIVITY_HTML)
.withString(WebConstants.WEB_URL, WebConstants.STUDENT_TEACHER_HOME + roomInfo.speakerId + "&tabs=" + params)