Compare commits
1 Commits
feature/up
...
release_ol
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b1269a5c2a |
@@ -146,6 +146,7 @@ public class UserInfoGiftFragment extends BaseBindingFragment<FragmentUserInfoGi
|
|||||||
private void onRequestGiftWall(List<GiftWallInfo> giftWallInfoList) {
|
private void onRequestGiftWall(List<GiftWallInfo> giftWallInfoList) {
|
||||||
if (userInfo == null) return;
|
if (userInfo == null) return;
|
||||||
|
|
||||||
|
userInfoItems.clear();
|
||||||
// 刷新数据
|
// 刷新数据
|
||||||
if (ListUtils.isListEmpty(giftWallInfoList)) {
|
if (ListUtils.isListEmpty(giftWallInfoList)) {
|
||||||
userInfoItems.add(new UserInfoItem<>(UserInfoItem.TYPE_GIFT_EMPTY));
|
userInfoItems.add(new UserInfoItem<>(UserInfoItem.TYPE_GIFT_EMPTY));
|
||||||
|
Reference in New Issue
Block a user