xiugai问题
This commit is contained in:
parent
0a6b210a76
commit
85ccbcccae
@ -824,7 +824,10 @@ public class LiveAudienceActivity extends LiveActivity {
|
|||||||
if (manager != null && !StringUtil.isEmpty(is_fans)) {
|
if (manager != null && !StringUtil.isEmpty(is_fans)) {
|
||||||
if (is_fans.equals("-2")) {
|
if (is_fans.equals("-2")) {
|
||||||
manager.setAttention(0);
|
manager.setAttention(0);
|
||||||
mLiveRoomViewHolder.setFansGroup("0");
|
if (mLiveRoomViewHolder!=null){
|
||||||
|
mLiveRoomViewHolder.setFansGroup("0");
|
||||||
|
}
|
||||||
|
|
||||||
is_fans = "2";
|
is_fans = "2";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user