测试修改
This commit is contained in:
@@ -41,6 +41,8 @@ import com.yunbao.live.bean.LiveUserGiftBean;
|
||||
import com.yunbao.live.http.LiveHttpUtil;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.Comparator;
|
||||
import java.util.List;
|
||||
|
||||
import io.reactivex.android.schedulers.AndroidSchedulers;
|
||||
@@ -279,6 +281,12 @@ public class LiveUserMoreDialogFragment extends AbsDialogFragment implements Vie
|
||||
}
|
||||
|
||||
}
|
||||
Collections.sort(data, (o1, o2) -> {
|
||||
int nobleID1 = Integer.parseInt(o1.getNoble_id());
|
||||
int nobleID2 = Integer.parseInt(o2.getNoble_id());
|
||||
int i = nobleID1 - nobleID2;
|
||||
return i;
|
||||
});
|
||||
Log.i("tag222", "ssss");
|
||||
if (data.size() > 0 && pg == 1) {
|
||||
nums = 0;
|
||||
|
||||
Reference in New Issue
Block a user