Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 387e73bd authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change Ib977f2bd into eclair

* changes:
  Make vCard import Photo from vCard file :(
parents bd324c9b b977f2bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -698,6 +698,7 @@ public class ContactStruct {
            mPhotoList = new ArrayList<PhotoData>(1);
        }
        final PhotoData photoData = new PhotoData(0, null, photoBytes);
        mPhotoList.add(photoData);
    }

    /**