1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-01 01:06:11 +00:00

Ignorance is bliss

This commit is contained in:
M66B 2024-06-17 08:50:02 +02:00
parent 19542bf267
commit d484d0378d

View file

@ -5545,7 +5545,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
continue;
if (!TextHelper.isSingleScript(personal))
return true;
if (Helper.EMAIL_ADDRESS.matcher(personal).find())
if (!BuildConfig.PLAY_STORE_RELEASE && Helper.EMAIL_ADDRESS.matcher(personal).find())
return true;
}