6.5.4礼物冠名
This commit is contained in:
parent
7ea6bb570d
commit
35917a5848
@ -45,7 +45,7 @@ public class GiftAlreadyWallFragment extends BaseFragment {
|
||||
mLiveUid = bundle.getString("mLiveUid");
|
||||
toUid = bundle.getString("toUid");
|
||||
isAnchor = bundle.getBoolean("isAnchor");
|
||||
isAnchor = bundle.getBoolean("SBW");
|
||||
sbWy = bundle.getBoolean("SBW");
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -65,7 +65,7 @@ public class GiftAlreadyWallFragment extends BaseFragment {
|
||||
} else {
|
||||
instantLight.setVisibility(View.GONE);
|
||||
}
|
||||
if (!isAnchor) {
|
||||
if (isAnchor) {
|
||||
unlitIconHint.setText(getContext().getString(R.string.unlit_icon_hint));
|
||||
} else {
|
||||
unlitIconHint.setText(getContext().getString(R.string.unlit_icon_hint2));
|
||||
@ -85,7 +85,7 @@ public class GiftAlreadyWallFragment extends BaseFragment {
|
||||
|
||||
@Override
|
||||
protected void loadData() {
|
||||
if (!isAnchor) {
|
||||
if (isAnchor) {
|
||||
LiveNetManager.get(getActivity()).
|
||||
giftAlreadyWall(mLiveUid, toUid, new HttpCallback<GiftAlreadyWallModel>() {
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user