mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 02:15:45 +01:00
Small improvement
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user