修改删除重复xml.
This commit is contained in:
@@ -21,6 +21,7 @@ import androidx.fragment.app.FragmentStatePagerAdapter;
|
||||
import androidx.recyclerview.widget.LinearLayoutManager;
|
||||
import androidx.viewpager.widget.ViewPager;
|
||||
|
||||
import com.blankj.utilcode.util.LogUtils;
|
||||
import com.hjq.toast.ToastUtils;
|
||||
import com.xscm.modulemain.R;
|
||||
import com.xscm.modulemain.adapter.GiftUserAdapter;
|
||||
@@ -116,6 +117,9 @@ public class RoomGiftDialogFragment extends BaseMvpDialogFragment<RewardGiftPres
|
||||
roomId = getArguments().getString("roomId");
|
||||
jingp = getArguments().getInt("jingp");
|
||||
heart_id = getArguments().getString("heart_id");
|
||||
LogUtils.e("RoomGiftDialogFragment_roomInfoResp",roomInfoResp.toString());
|
||||
LogUtils.e("RoomGiftDialogFragment_userInfo",userInfo.toString());
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -156,8 +160,8 @@ public class RoomGiftDialogFragment extends BaseMvpDialogFragment<RewardGiftPres
|
||||
}
|
||||
|
||||
// 清理其他引用
|
||||
roomInfoResp = null;
|
||||
userInfo = null;
|
||||
// roomInfoResp = null;
|
||||
// userInfo = null;
|
||||
rewardUserBeanList = null;
|
||||
giftLabelBeanList = null;
|
||||
roonGiftModel = null;
|
||||
@@ -202,7 +206,6 @@ public class RoomGiftDialogFragment extends BaseMvpDialogFragment<RewardGiftPres
|
||||
rewardUserBean.setSelect(true);
|
||||
rewardUserBeanList.add(rewardUserBean);
|
||||
} else {
|
||||
|
||||
rewardUserBeanList = getSortedRewardUserList(roomInfoResp.getRoom_info().getPit_list(), "9", "10");
|
||||
}
|
||||
mBinding.rvGiftUser.setLayoutManager(new LinearLayoutManager(getContext(), LinearLayoutManager.HORIZONTAL, false));
|
||||
|
||||
Reference in New Issue
Block a user