mirror of https://github.com/M66B/FairEmail.git
Use browser for activation
This commit is contained in:
parent
90f12f800f
commit
3f0aac9601
|
@ -219,9 +219,8 @@ public class ActivityBilling extends ActivityBase implements PurchasesUpdatedLis
|
|||
reportError(result, "IAB launch billing flow");
|
||||
} else
|
||||
try {
|
||||
Intent view = new Intent(Intent.ACTION_VIEW);
|
||||
view.setData(Uri.parse(BuildConfig.PRO_FEATURES_URI + "?challenge=" + getChallenge(this)));
|
||||
Helper.view(this, view);
|
||||
Uri uri = Uri.parse(BuildConfig.PRO_FEATURES_URI + "?challenge=" + getChallenge(this));
|
||||
Helper.view(this, uri, true);
|
||||
} catch (NoSuchAlgorithmException ex) {
|
||||
Log.unexpectedError(getSupportFragmentManager(), ex);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue