Changed activation address

This commit is contained in:
M66B 2021-03-21 16:37:02 +01:00
parent 4fac7ecc7f
commit c3532912f0
1 changed files with 1 additions and 1 deletions

View File

@ -4321,7 +4321,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
private boolean onOpenLink(final Uri uri, String title, boolean always_confirm) {
Log.i("Opening uri=" + uri + " title=" + title);
if ("eu.faircode.email".equals(uri.getHost()) && "/activate/".equals(uri.getPath())) {
if ("email.faircode.eu".equals(uri.getHost()) && "/activate/".equals(uri.getPath())) {
try {
if (ActivityBilling.activatePro(context, uri))
ToastEx.makeText(context, R.string.title_pro_valid, Toast.LENGTH_LONG).show();