|
@@ -3,7 +3,6 @@ package com.yingyang.livebroadcast.activity.detail
|
|
|
import android.annotation.SuppressLint
|
|
|
import android.os.Bundle
|
|
|
import android.text.TextUtils
|
|
|
-import android.util.Log
|
|
|
import android.view.MotionEvent
|
|
|
import android.view.View
|
|
|
import com.alibaba.android.arouter.facade.annotation.Route
|
|
@@ -191,7 +190,6 @@ class LiveBroadcastActivity :
|
|
|
super.onRecvC2CCustomMessage(msgID, sender, customData)
|
|
|
if (customData != null) {
|
|
|
val data = String(customData)
|
|
|
- Log.e("wpp", "-----------------------"+data)
|
|
|
if (TextUtils.isEmpty(data).not()) {
|
|
|
val messageBean = GsonUtil.GsonToBean(data, MessageBean::class.java)
|
|
|
if (messageBean != null) {
|