mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 18:07:55 +00:00
Removed unused variable from ContactsHelper
This commit is contained in:
parent
07a9319c30
commit
76eb88b51f
@ -82,7 +82,6 @@ public class ContactsHelper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static String photoId64Encoded(Context context, String photoId) {
|
public static String photoId64Encoded(Context context, String photoId) {
|
||||||
AssetFileDescriptor fd = null;
|
|
||||||
Uri photoUri = Uri.parse(photoId);
|
Uri photoUri = Uri.parse(photoId);
|
||||||
Uri displayPhotoUri = Uri.withAppendedPath(photoUri, ContactsContract.Contacts.Photo.DISPLAY_PHOTO);
|
Uri displayPhotoUri = Uri.withAppendedPath(photoUri, ContactsContract.Contacts.Photo.DISPLAY_PHOTO);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user