fix : bug 修复

This commit is contained in:
eggmanQQQ
2024-09-25 19:37:21 +08:00
parent c90a961e2f
commit 8049bdf6ea
3 changed files with 5 additions and 1 deletions

View File

@@ -185,6 +185,7 @@ public class UserInfoDynamicAdapter extends BaseQuickAdapter<WorldDynamicBean, B
helper.setTextColor(R.id.tv_mini_world_name, ContextCompat.getColor(context,R.color.white));
helper.setTextColor(R.id.tv_like, ContextCompat.getColor(context,R.color.white_tran_60));
helper.setTextColor(R.id.tv_comment, ContextCompat.getColor(context,R.color.white_tran_60));
helper.setVisible(R.id.line_bottom, false);
}
}

View File

@@ -617,6 +617,9 @@ public class GiftModel extends BaseModel implements IGiftModel {
if (giftInfo == null) {
giftInfo = findGiftInfoById(allGiftListInfo.getCpGift(), giftId);
}
if (giftInfo == null) {
giftInfo = findGiftInfoById(allGiftListInfo.getCustomGift(), giftId);
}
}
return giftInfo;
}

View File

@@ -33,7 +33,7 @@ MIN_SDK_VERSION=21
TARGET_SDK_VERSION=34
version_name=1.0.16
version_code=23
version_code=24
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=7890