77 拍卖房闪退。
This commit is contained in:
@@ -124,6 +124,11 @@ public class RoomAuctionFragment extends BaseMvpFragment<RoomAuctionPresenterTow
|
||||
((RoomActivity) getActivity()).setvisibTop(true);
|
||||
}
|
||||
|
||||
if (!roomInfoResp.getRoom_info().getPit_list().isEmpty()){
|
||||
mBinding.roomMakeWheat.setData(roomInfoResp.getRoom_info().getPit_list().get(0));
|
||||
}
|
||||
|
||||
|
||||
parentFragment = (RoomFragment) getParentFragment();
|
||||
|
||||
roomAuction = roomInfoResp.getRoom_auction();
|
||||
@@ -1184,7 +1189,7 @@ public class RoomAuctionFragment extends BaseMvpFragment<RoomAuctionPresenterTow
|
||||
mBinding.avatar6.setImageResource(com.xscm.moduleutil.R.mipmap.room_ic_wheat_default);
|
||||
|
||||
}
|
||||
if (parentFragment != null) {
|
||||
if (parentFragment != null && mBinding.roomMakeWheat.pitBean != null) {
|
||||
parentFragment.getVoiceStatus(auctionUserBean, auctionList, mBinding.roomMakeWheat.pitBean.getUser_id());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user