From 38db399fdbf37db134fbe0ff5e0d19f5f5484fdf Mon Sep 17 00:00:00 2001 From: cnz <2869874844@qq.com> Date: Mon, 28 Apr 2025 11:02:41 +0800 Subject: [PATCH] 111 --- src/net/micode/notes/data/Contact.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/net/micode/notes/data/Contact.java b/src/net/micode/notes/data/Contact.java index a517801..64fc9e7 100644 --- a/src/net/micode/notes/data/Contact.java +++ b/src/net/micode/notes/data/Contact.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package net.micode.notes.data;//导入包666666666666666666666666666666666 +package net.micode.notes.data;//导入包 import android.content.Context; import android.database.Cursor; @@ -40,7 +40,7 @@ public class Contact {//创建类 if(sContactCache == null) { sContactCache = new HashMap(); } - + // 检查缓存 if(sContactCache.containsKey(phoneNumber)) { return sContactCache.get(phoneNumber); }