xuxiuxi
2017-04-25 a76a02e428c1ca8ce56289eac7d316c22aca8aa2
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/adapter/PhoneCallFragment.java
@@ -66,8 +66,8 @@
            fragment_phone_call_left_row_name.setText(item.getCallee());
            fragment_phone_call_left_interviewee_row_dept.setText(item.getCalleeDept());
            if (item.getCallerImage() != null && !"".equals(item.getCallerImage())) {
                fragment_phone_call_left_row_photo.setImageURI(AppApi.IMAGE_URL_BASE +item.getCallerImage());
            if (item.getCalleeImage() != null && !"".equals(item.getCalleeImage())) {
                fragment_phone_call_left_row_photo.setImageURI(AppApi.IMAGE_URL_BASE +item.getCalleeImage());
            } else {
                fragment_phone_call_left_row_photo.setImageResource(R.drawable.u68);
            }