Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
24a98bdab6
@ -178,7 +178,6 @@ public class SocketRyClient {
|
||||
}
|
||||
UserBean us = CommonAppConfig.getInstance().getUserBean();
|
||||
if (map.getString("uid") != null && map.getString("uid").equals(us.getId())) {
|
||||
LiveAudienceActivity.is_fans = "1";
|
||||
int num = LiveAudienceActivity.fansNum + 1;
|
||||
LiveRoomViewHolder.setFansNum(num);
|
||||
}
|
||||
|
@ -1416,6 +1416,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
mViewMedal.setVisibility(View.GONE);
|
||||
} else {
|
||||
if (mBtnFollow.getVisibility() == View.VISIBLE) {
|
||||
LiveAudienceActivity.is_fans = "2";
|
||||
mBtnFollow.setVisibility(View.GONE);
|
||||
mViewMedal.setVisibility(View.VISIBLE);
|
||||
}
|
||||
|
@ -325,7 +325,6 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
|
||||
if (mLiveRoomViewHolder != null) {
|
||||
mLiveRoomViewHolder.removeFromParent();
|
||||
mLiveRoomViewHolder.clearData();
|
||||
mLiveRoomViewHolder.release();
|
||||
mLiveRoomViewHolder = null;
|
||||
}
|
||||
if (mLiveEndViewHolder != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user