调整观众端点联系方式送礼界面恢复分类tab
This commit is contained in:
parent
6427311cec
commit
906ff6cfa6
@ -301,7 +301,7 @@ public class LiveGiftDialogFragment extends AbsDialogFragment implements View.On
|
|||||||
by = bundle.getString("by");
|
by = bundle.getString("by");
|
||||||
isContactGift = bundle.getBoolean("isContactGift", false) ? 1 : 0;
|
isContactGift = bundle.getBoolean("isContactGift", false) ? 1 : 0;
|
||||||
if (isContactGift == 1) {
|
if (isContactGift == 1) {
|
||||||
findViewById(R.id.gift_tab_layout).setVisibility(View.GONE);
|
//findViewById(R.id.gift_tab_layout).setVisibility(View.GONE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
loadGiftListData();
|
loadGiftListData();
|
||||||
|
Loading…
Reference in New Issue
Block a user