Small improvement

This commit is contained in:
M66B
2025-01-11 10:00:20 +01:00
parent 44b0a3367a
commit ee6db7a41a

View File

@@ -1167,7 +1167,7 @@ public class ContactInfo {
lookup.displayName = displayName;
all.put(email.toLowerCase(Locale.ROOT), lookup);
if (!TextUtils.isEmpty(email)) {
if (!TextUtils.isEmpty(email) && email.contains("@")) {
String ekey = getKey(email);
File file = new File(dir, ekey);
if (file.exists()) {