修复【在线观众列表,不应该显示粉丝牌】
This commit is contained in:
parent
596c9f9962
commit
afd4cb6e41
@ -175,7 +175,7 @@ public class UserMoreInfoAdapter extends RefreshAdapter<UserBean> {
|
||||
if (guardType == Constants.GUARD_TYPE_DAY) {
|
||||
mIcon.setImageDrawable(mGuardDrawable0);
|
||||
} else if (guardType == Constants.GUARD_TYPE_MONTH) {
|
||||
mIcon.setImageDrawable(mGuardDrawable1);
|
||||
// mIcon.setImageDrawable(mGuardDrawable1); //观众列表不显示粉丝牌
|
||||
} else if (guardType == Constants.GUARD_TYPE_YEAR) {
|
||||
mIcon.setImageDrawable(mGuardDrawable2);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user