测试修改
This commit is contained in:
parent
6e582829b2
commit
cb118e4a9f
@ -42,7 +42,6 @@ import com.yunbao.live.http.LiveHttpUtil;
|
|||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.util.Collections;
|
import java.util.Collections;
|
||||||
import java.util.Comparator;
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import io.reactivex.android.schedulers.AndroidSchedulers;
|
import io.reactivex.android.schedulers.AndroidSchedulers;
|
||||||
@ -284,7 +283,7 @@ public class LiveUserMoreDialogFragment extends AbsDialogFragment implements Vie
|
|||||||
Collections.sort(data, (o1, o2) -> {
|
Collections.sort(data, (o1, o2) -> {
|
||||||
int nobleID1 = Integer.parseInt(o1.getNoble_id());
|
int nobleID1 = Integer.parseInt(o1.getNoble_id());
|
||||||
int nobleID2 = Integer.parseInt(o2.getNoble_id());
|
int nobleID2 = Integer.parseInt(o2.getNoble_id());
|
||||||
int i = nobleID1 - nobleID2;
|
int i = nobleID2 - nobleID1;
|
||||||
return i;
|
return i;
|
||||||
});
|
});
|
||||||
Log.i("tag222", "ssss");
|
Log.i("tag222", "ssss");
|
||||||
|
Loading…
Reference in New Issue
Block a user