测试更改
This commit is contained in:
parent
6654fe0434
commit
c08cf6ea57
@ -79,7 +79,6 @@ import com.yunbao.live.socket.SocketMessageListener;
|
|||||||
import com.yunbao.live.socket.SocketRyChatUtil;
|
import com.yunbao.live.socket.SocketRyChatUtil;
|
||||||
import com.yunbao.live.socket.SocketRyClient;
|
import com.yunbao.live.socket.SocketRyClient;
|
||||||
import com.yunbao.live.utils.LoadDian9TuUtil;
|
import com.yunbao.live.utils.LoadDian9TuUtil;
|
||||||
import com.yunbao.live.utils.UnzipFromAssets;
|
|
||||||
import com.yunbao.live.views.AbsLiveViewHolder;
|
import com.yunbao.live.views.AbsLiveViewHolder;
|
||||||
import com.yunbao.live.views.LiveAddImpressViewHolder;
|
import com.yunbao.live.views.LiveAddImpressViewHolder;
|
||||||
import com.yunbao.live.views.LiveAdminListViewHolder;
|
import com.yunbao.live.views.LiveAdminListViewHolder;
|
||||||
@ -93,12 +92,10 @@ import org.greenrobot.eventbus.EventBus;
|
|||||||
import org.greenrobot.eventbus.Subscribe;
|
import org.greenrobot.eventbus.Subscribe;
|
||||||
import org.greenrobot.eventbus.ThreadMode;
|
import org.greenrobot.eventbus.ThreadMode;
|
||||||
|
|
||||||
import java.io.File;
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.HashSet;
|
import java.util.HashSet;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Objects;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by cxf on 2018/10/7.
|
* Created by cxf on 2018/10/7.
|
||||||
@ -706,7 +703,7 @@ public abstract class LiveActivity extends AbsActivity implements SocketMessageL
|
|||||||
* 主播与主播PK 所有人收到PK开始的回调
|
* 主播与主播PK 所有人收到PK开始的回调
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public void onLinkMicPkStart(final String pkUid, final String pkhead, final String pkname,String isLadders) {
|
public void onLinkMicPkStart(final String pkUid, final String pkhead, final String pkname, String isLadders) {
|
||||||
Log.e("ry", "pkUid" + pkUid + "pkhead" + pkhead + "pkname" + pkname);
|
Log.e("ry", "pkUid" + pkUid + "pkhead" + pkhead + "pkname" + pkname);
|
||||||
if (mLiveRyLinkMicPkPresenter != null && mLiveRoomViewHolder != null) {
|
if (mLiveRyLinkMicPkPresenter != null && mLiveRoomViewHolder != null) {
|
||||||
mLiveRyLinkMicPkPresenter.onLinkMicPkStart(pkUid, 1);
|
mLiveRyLinkMicPkPresenter.onLinkMicPkStart(pkUid, 1);
|
||||||
@ -942,6 +939,7 @@ public abstract class LiveActivity extends AbsActivity implements SocketMessageL
|
|||||||
* 发 聊天 消息
|
* 发 聊天 消息
|
||||||
*/
|
*/
|
||||||
public void sendChatMessage(String content, String atUserID, String atUserName) {
|
public void sendChatMessage(String content, String atUserID, String atUserName) {
|
||||||
|
if (TextUtils.isEmpty(content)) return;
|
||||||
if (!mIsAnchor) {
|
if (!mIsAnchor) {
|
||||||
UserBean u = CommonAppConfig.getInstance().getUserBean();
|
UserBean u = CommonAppConfig.getInstance().getUserBean();
|
||||||
if (u != null && u.getLevel() < mChatLevel) {
|
if (u != null && u.getLevel() < mChatLevel) {
|
||||||
@ -1215,7 +1213,7 @@ public abstract class LiveActivity extends AbsActivity implements SocketMessageL
|
|||||||
Bundle bundle = new Bundle();
|
Bundle bundle = new Bundle();
|
||||||
bundle.putString(Constants.LIVE_UID, mLiveUid);
|
bundle.putString(Constants.LIVE_UID, mLiveUid);
|
||||||
bundle.putBoolean(Constants.ANCHOR, mIsAnchor);
|
bundle.putBoolean(Constants.ANCHOR, mIsAnchor);
|
||||||
bundle.putBoolean("showBuyView",!showBuyView);
|
bundle.putBoolean("showBuyView", !showBuyView);
|
||||||
fragment.setArguments(bundle);
|
fragment.setArguments(bundle);
|
||||||
fragment.show(getSupportFragmentManager(), "LiveGuardDialogFragment");
|
fragment.show(getSupportFragmentManager(), "LiveGuardDialogFragment");
|
||||||
}
|
}
|
||||||
@ -1247,7 +1245,7 @@ public abstract class LiveActivity extends AbsActivity implements SocketMessageL
|
|||||||
/**
|
/**
|
||||||
* 打开观看列表弹窗
|
* 打开观看列表弹窗
|
||||||
*/
|
*/
|
||||||
public void openUserMoreListWindow(int i, boolean isOnly, boolean noble,boolean showBuyView) {
|
public void openUserMoreListWindow(int i, boolean isOnly, boolean noble, boolean showBuyView) {
|
||||||
|
|
||||||
if (outRankHideFirst) {
|
if (outRankHideFirst) {
|
||||||
//获取隐身的用户的ID
|
//获取隐身的用户的ID
|
||||||
@ -1265,7 +1263,7 @@ public abstract class LiveActivity extends AbsActivity implements SocketMessageL
|
|||||||
bundle.putBoolean("only", isOnly);
|
bundle.putBoolean("only", isOnly);
|
||||||
bundle.putBoolean("noble", noble);
|
bundle.putBoolean("noble", noble);
|
||||||
bundle.putString("outRankHide", GsonUtils.toJson(outRankHide));
|
bundle.putString("outRankHide", GsonUtils.toJson(outRankHide));
|
||||||
bundle.putBoolean("showBuyView",!showBuyView);
|
bundle.putBoolean("showBuyView", !showBuyView);
|
||||||
fragment.setArguments(bundle);
|
fragment.setArguments(bundle);
|
||||||
fragment.show(getSupportFragmentManager(), "LiveUserMoreDialogFragment");
|
fragment.show(getSupportFragmentManager(), "LiveUserMoreDialogFragment");
|
||||||
LiveUserMoreDialogFragment.activity = (LiveActivity) mContext;
|
LiveUserMoreDialogFragment.activity = (LiveActivity) mContext;
|
||||||
@ -1286,7 +1284,7 @@ public abstract class LiveActivity extends AbsActivity implements SocketMessageL
|
|||||||
bundle.putString("By", i + "");
|
bundle.putString("By", i + "");
|
||||||
bundle.putBoolean("only", isOnly);
|
bundle.putBoolean("only", isOnly);
|
||||||
bundle.putBoolean("noble", noble);
|
bundle.putBoolean("noble", noble);
|
||||||
bundle.putBoolean("showBuyView",!showBuyView);
|
bundle.putBoolean("showBuyView", !showBuyView);
|
||||||
bundle.putString("outRankHide", GsonUtils.toJson(outRankHide));
|
bundle.putString("outRankHide", GsonUtils.toJson(outRankHide));
|
||||||
fragment.setArguments(bundle);
|
fragment.setArguments(bundle);
|
||||||
fragment.show(getSupportFragmentManager(), "LiveUserMoreDialogFragment");
|
fragment.show(getSupportFragmentManager(), "LiveUserMoreDialogFragment");
|
||||||
|
@ -546,9 +546,9 @@ public class MyWebViewActivity extends AbsActivity {
|
|||||||
if (!TextUtils.isEmpty(event.getMethod())) {
|
if (!TextUtils.isEmpty(event.getMethod())) {
|
||||||
if (TextUtils.equals(event.getMethod(), "androidCommunityGift")) {
|
if (TextUtils.equals(event.getMethod(), "androidCommunityGift")) {
|
||||||
Constants.nowPostsId = event.getPostsId();
|
Constants.nowPostsId = event.getPostsId();
|
||||||
|
|
||||||
EncourageDialog fragment = new EncourageDialog();
|
EncourageDialog fragment = new EncourageDialog();
|
||||||
fragment.show(((MyWebViewActivity) mContext).getSupportFragmentManager(), "EncourageDialog");
|
fragment.show(((MyWebViewActivity) mContext).getSupportFragmentManager(), "EncourageDialog");
|
||||||
}
|
|
||||||
} else if (TextUtils.equals(event.getMethod(), "modifyMydata")) {
|
} else if (TextUtils.equals(event.getMethod(), "modifyMydata")) {
|
||||||
indexInto = event.getIndexInto();
|
indexInto = event.getIndexInto();
|
||||||
} else if (TextUtils.equals(event.getMethod(), "androidMethodLookToLive")) {
|
} else if (TextUtils.equals(event.getMethod(), "androidMethodLookToLive")) {
|
||||||
@ -586,4 +586,5 @@ public class MyWebViewActivity extends AbsActivity {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user