mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-03 07:35:08 +00:00
Removed unused variable from ContactsHelper
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user