xuxiuxi
2017-04-05 9cd20c790938aff6a1b91e0e52547077ab239db1
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/widget/phonecall/PhoneCallLeftListView.java
@@ -36,9 +36,10 @@
        initView();
    }
    public void show(List<PhoneCallFragment.PhoneCallQueryItem> list) {
    public void show(boolean isSortByDept, List<PhoneCallFragment.PhoneCallQueryItem> list) {
        phoneCallLeftAdapter.setList(list);
        setAdapter(phoneCallLeftAdapter);
        phoneCallLeftAdapter.setSortByDept(isSortByDept);
    }
}