6.5.4礼物冠名

This commit is contained in:
18401019693
2023-08-09 17:05:51 +08:00
parent e032e0807b
commit fea46aab1f
8 changed files with 26 additions and 24 deletions

View File

@@ -1564,7 +1564,7 @@ public class LiveAudienceActivity extends LiveActivity {
JSONObject item = (JSONObject) o;
List<LiveGiftBean> giftlist = JSONArray.parseArray(item.getJSONArray("giftlist").toJSONString(), LiveGiftBean.class);
for (LiveGiftBean bean : giftlist) {
if (!bean.getSwf().isEmpty()) {
if (bean!=null&&!bean.getSwf().isEmpty()) {
giftBeanList.add(bean);
}
}

View File

@@ -366,6 +366,7 @@ public class LiveGiftPopup extends AbsDialogFragment {
@Override
public void onFinish() {
getCoin();
// if (mLoading != null) {
// mLoading.setVisibility(View.INVISIBLE);
// }