mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
a little typo mistake
This commit is contained in:
parent
a5c26b2e16
commit
e0394b4481
@ -43,7 +43,7 @@ public class ContactPhotoFactory {
|
|||||||
synchronized (defaultPhotoLock) {
|
synchronized (defaultPhotoLock) {
|
||||||
if (defaultContactPhoto == null)
|
if (defaultContactPhoto == null)
|
||||||
defaultContactPhoto = BitmapFactory.decodeResource(context.getResources(),
|
defaultContactPhoto = BitmapFactory.decodeResource(context.getResources(),
|
||||||
R.drawable.ic_contact_picture);
|
R.drawable.ic_group_photo);
|
||||||
return defaultContactPhoto;
|
return defaultContactPhoto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user