Ignorance is bliss

pull/215/head
M66B 4 months ago
parent 19542bf267
commit d484d0378d

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

Loading…
Cancel
Save