mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-29 13:17:43 +00:00
Changes in Contacts Helper
Modify the contact helper in oder to split contact name and contact number. Those values are sent separately
This commit is contained in:
parent
61ded9469c
commit
d59750441f
@ -54,7 +54,7 @@ public class ContactsHelper {
|
||||
String name = cursor.getString(nameIndex);
|
||||
//Log.e("PhoneNumberLookup", "success: " + name);
|
||||
cursor.close();
|
||||
return name + " (" + number + ")";
|
||||
return name;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user