mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 01:06:11 +00:00
Source sync
This commit is contained in:
parent
0b244a590b
commit
8890eb7098
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class ActivityBilling extends ActivityBase
|
||||||
if (Helper.isPlayStoreInstall() || isTesting(this)) {
|
if (Helper.isPlayStoreInstall() || isTesting(this)) {
|
||||||
Log.i("IAB start");
|
Log.i("IAB start");
|
||||||
/*
|
/*
|
||||||
billingClient = BillingClient.newBuilder(this)
|
billingClient = BillingClient.newBuilder(getApplicationContext()
|
||||||
.enablePendingPurchases()
|
.enablePendingPurchases()
|
||||||
.setListener(this)
|
.setListener(this)
|
||||||
.build();
|
.build();
|
||||||
|
|
Loading…
Reference in a new issue