2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 09:58:08 +00:00

Removed unused variable from ContactsHelper

This commit is contained in:
Àlex Fiestas 2016-03-07 11:37:54 +01:00
parent 07a9319c30
commit 76eb88b51f

View File

@ -82,7 +82,6 @@ public class ContactsHelper {
}
public static String photoId64Encoded(Context context, String photoId) {
AssetFileDescriptor fd = null;
Uri photoUri = Uri.parse(photoId);
Uri displayPhotoUri = Uri.withAppendedPath(photoUri, ContactsContract.Contacts.Photo.DISPLAY_PHOTO);