修复【在线观众列表,不应该显示粉丝牌】

This commit is contained in:
zlzw 2022-11-29 14:07:24 +08:00
parent 596c9f9962
commit afd4cb6e41

View File

@ -175,7 +175,7 @@ public class UserMoreInfoAdapter extends RefreshAdapter<UserBean> {
if (guardType == Constants.GUARD_TYPE_DAY) { if (guardType == Constants.GUARD_TYPE_DAY) {
mIcon.setImageDrawable(mGuardDrawable0); mIcon.setImageDrawable(mGuardDrawable0);
} else if (guardType == Constants.GUARD_TYPE_MONTH) { } else if (guardType == Constants.GUARD_TYPE_MONTH) {
mIcon.setImageDrawable(mGuardDrawable1); // mIcon.setImageDrawable(mGuardDrawable1); //观众列表不显示粉丝牌
} else if (guardType == Constants.GUARD_TYPE_YEAR) { } else if (guardType == Constants.GUARD_TYPE_YEAR) {
mIcon.setImageDrawable(mGuardDrawable2); mIcon.setImageDrawable(mGuardDrawable2);
} }