pull/1/head
owo193 2 months ago
parent 5a82f12bb5
commit 8285de403d

@ -88,7 +88,7 @@ public class Contact {
cursor.close(); cursor.close();
} }
} else { } else {
// 没有找到匹配联系人 // 没有找到匹配联系人
Log.d(TAG, "No contact matched with number:" + phoneNumber); Log.d(TAG, "No contact matched with number:" + phoneNumber);
return null; return null;
} }

Loading…
Cancel
Save