a little typo mistake
This commit is contained in:
parent
a5c26b2e16
commit
e0394b4481
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ public class ContactPhotoFactory {
|
|||
synchronized (defaultPhotoLock) {
|
||||
if (defaultContactPhoto == null)
|
||||
defaultContactPhoto = BitmapFactory.decodeResource(context.getResources(),
|
||||
R.drawable.ic_contact_picture);
|
||||
R.drawable.ic_group_photo);
|
||||
return defaultContactPhoto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue