Debugging

This commit is contained in:
M66B 2020-03-12 10:07:35 +01:00
parent 6b09b5e5f7
commit 6af4227a6e
1 changed files with 1 additions and 1 deletions

View File

@ -3387,7 +3387,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
private boolean onOpenLink(final Uri uri, String title) {
Log.i("Opening uri=" + uri + " title=" + title);
if (BuildConfig.APPLICATION_ID.equals(uri.getHost()) && "/activate/".equals(uri.getPath())) {
if ("eu.faircode.email".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();