fix[声望升级-去掉多人PK,展示主播信息延迟代码]
This commit is contained in:
@@ -1285,9 +1285,6 @@ public class LiveSwLinkMicPkPresenter implements View.OnClickListener {
|
||||
|
||||
private void setDrPkUserInfoView(List<DrPkbean> drPkbeanList) {
|
||||
L.eSw("setDrPkUserInfoView" + new Gson().toJson(drPkbeanList));
|
||||
mHandler.postDelayed(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
for (int j = 0; j < drPkbeanList.size(); j++) {
|
||||
if (j == 0) {
|
||||
L.eSw("j == 0:" + j);
|
||||
@@ -1355,13 +1352,9 @@ public class LiveSwLinkMicPkPresenter implements View.OnClickListener {
|
||||
detailsLinearLayout3.setVisibility(View.GONE);
|
||||
linearGrade3.setVisibility(View.GONE);
|
||||
|
||||
|
||||
ToastUtil.show(WordUtil.isNewZh() ? "接受成功" : "Success");
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}, 1000);
|
||||
L.eSw("dRjoinOtherRoom:size:" + drPkbeanList.size() + " json " + new Gson().toJson(drPkbeanList));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user