心愿单刷新数量进度
This commit is contained in:
parent
623e17ae4e
commit
9069d4dfdb
@ -904,7 +904,8 @@ public class PortraitLiveManager implements LivePlayListener, SocketMessageListe
|
||||
|
||||
@Override
|
||||
public void onUpUserList(JSONObject obj) {
|
||||
mLiveRoomViewHolder.refreshUserList(obj);
|
||||
if (obj != null && mLiveRoomViewHolder != null)
|
||||
mLiveRoomViewHolder.refreshUserList(obj);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user