Disabled name/email check

pull/217/head
M66B 1 year ago
parent c6f8d01fc1
commit 44f6a27e3d

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

Loading…
Cancel
Save