mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-31 22:25:08 +00:00
Phone number shown next to contact name for calls/sms
BUG: 328197
This commit is contained in:
@@ -36,7 +36,7 @@ public class ContactsHelper {
|
|||||||
String name = cursor.getString(nameIndex);
|
String name = cursor.getString(nameIndex);
|
||||||
//Log.e("PhoneNumberLookup", "success: " + name);
|
//Log.e("PhoneNumberLookup", "success: " + name);
|
||||||
cursor.close();
|
cursor.close();
|
||||||
return name;
|
return name + " (" + number + ")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user