修复滑动后Banner只剩下心愿单问题
This commit is contained in:
parent
a664ff7464
commit
38f6f2f451
@ -1052,9 +1052,13 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
configBanner3();
|
||||
}
|
||||
reloadIM();
|
||||
/**
|
||||
* 获取当前直播间星级
|
||||
*/
|
||||
initStarChallengeStatus();
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取当前直播间星级
|
||||
*/
|
||||
private void initStarChallengeStatus() {
|
||||
LiveNetManager.get(mContext)
|
||||
.getStarChallengeStatus(PortraitLiveManager.liveID, new com.yunbao.common.http.base.HttpCallback<StarChallengeStatusModel>() {
|
||||
@Override
|
||||
@ -1090,7 +1094,7 @@ public class LiveRoomViewHolder extends AbsViewHolder implements View.OnClickLis
|
||||
mBannerList3.clear();
|
||||
mBannerList4.clear();
|
||||
updataCleanMic();
|
||||
|
||||
initStarChallengeStatus();
|
||||
}
|
||||
|
||||
public void clearChat() {
|
||||
|
Loading…
Reference in New Issue
Block a user