游戏修改,粉丝团提示修改

This commit is contained in:
18401019693
2023-10-05 10:52:54 +08:00
parent 4b46c72f5a
commit d541a4d506
8 changed files with 66 additions and 25 deletions

View File

@@ -469,6 +469,7 @@ public class LiveAudienceViewHolder extends AbsLiveViewHolder {
.enableDrag(false)
.asCustom(new LiveNewRolePopup(mContext, mRedPointPrivilege.getVisibility() == View.VISIBLE))
.show();
mRedPointPrivilege.setVisibility(View.GONE);
}