mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Use browser for activation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user