[Modify]修复礼物墙关注之后显示重复数据的bug
This commit is contained in:
@@ -146,6 +146,7 @@ public class UserInfoGiftFragment extends BaseBindingFragment<FragmentUserInfoGi
|
||||
private void onRequestGiftWall(List<GiftWallInfo> giftWallInfoList) {
|
||||
if (userInfo == null) return;
|
||||
|
||||
userInfoItems.clear();
|
||||
// 刷新数据
|
||||
if (ListUtils.isListEmpty(giftWallInfoList)) {
|
||||
userInfoItems.add(new UserInfoItem<>(UserInfoItem.TYPE_GIFT_EMPTY));
|
||||
|
Reference in New Issue
Block a user