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

Commit b977f2bd authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Make vCard import Photo from vCard file :(

Internal issue number: 2174296
parent c15934f2
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);
    }

    /**