Merge change Ib977f2bd into eclair
* changes: Make vCard import Photo from vCard file :(
This commit is contained in:
@ -698,6 +698,7 @@ public class ContactStruct {
|
||||
mPhotoList = new ArrayList<PhotoData>(1);
|
||||
}
|
||||
final PhotoData photoData = new PhotoData(0, null, photoBytes);
|
||||
mPhotoList.add(photoData);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user