mirror of https://github.com/M66B/FairEmail.git
Debugging
This commit is contained in:
parent
6b09b5e5f7
commit
6af4227a6e
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue