移除多人连麦列表一直刷新问题

This commit is contained in:
zlzw 2022-11-30 18:33:55 +08:00
parent 9a1cefdb70
commit 637fedcbe6

View File

@ -271,6 +271,7 @@ public class LiveMicAnchorDialogFragment extends AbsDialogFragment implements Vi
bean.setType(AnchorUserMicInfoAdapter.TYPE_MIC_INVITE);
data.add(bean);
}
mRefreshView.setNotLoadMore();
} else {
data = JSON.parseArray(obj.getString("userlist"), MicUserBean.class);
for (MicUserBean bean : data) {