xuxiuxi
2017-05-25 7e7f99a8c753e7a2a70fd854a79bf75b861bdc66
VisitFace/DemoForBsk/app/src/main/java/cn/com/basic/face/widget/phonecall/PhoneCallRightIntervieweeCell.java
@@ -51,6 +51,7 @@
        fragment_phone_call_right_interviewee_cell_name.setText(item.getCallee());
        fragment_phone_call_right_interviewee_cell_dept.setText(item.getCalleeDept());
        fragment_phone_call_right_interviewee_cell_post.setText(item.getPostName());
        fragment_phone_call_right_interviewee_cell_photo.setImageURI(Uri.parse(AppApi.IMAGE_URL_BASE + item.getCalleeImage()));
        if (item.getCalleeImage() != null && !item.getCalleeImage().equals("")) {
            fragment_phone_call_right_interviewee_cell_photo_placeholder.setVisibility(INVISIBLE);