6.5.4礼物冠名
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -366,6 +366,7 @@ public class LiveGiftPopup extends AbsDialogFragment {
|
||||
|
||||
@Override
|
||||
public void onFinish() {
|
||||
getCoin();
|
||||
// if (mLoading != null) {
|
||||
// mLoading.setVisibility(View.INVISIBLE);
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user