修改中英文

This commit is contained in:
18401019693 2023-10-17 17:59:10 +08:00
parent 530622c72c
commit 4ff529ace9
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ ext {
buildToolsVersion: "29.0.2", buildToolsVersion: "29.0.2",
minSdkVersion : 21, minSdkVersion : 21,
targetSdkVersion : 33, targetSdkVersion : 33,
versionCode : 450, versionCode : 451,
versionName : "6.6.0" versionName : "6.6.0"
] ]
manifestPlaceholders = [ manifestPlaceholders = [
@ -22,10 +22,10 @@ ext {
baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S", baiduAppSecretKey: "nEVSgmuGpU0pjPr6VleEGGAl0hzGW52S",
// true表示谷歌支付 false // true表示谷歌支付 false
isGooglePlay : false, isGooglePlay : true,
// //
isUploadLog : true, isUploadLog : true,
// //
isPluginModel : true, isPluginModel : false,
] ]
} }

View File

@ -1186,7 +1186,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
mLiveChatAdapter.removetItem(bean); mLiveChatAdapter.removetItem(bean);
} else if (bean.getType() == -2) { } else if (bean.getType() == -2) {
if (!bean.isAttention()) { if (mBtnFollow.getVisibility() == View.VISIBLE && !bean.isAttention()) {
LiveRoomViewHolder.follow(); LiveRoomViewHolder.follow();
} }
mLiveChatAdapter.removetItem(bean); mLiveChatAdapter.removetItem(bean);