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
6f81404616
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class ActivityBilling extends ActivityBase
|
|||
if (Helper.isPlayStoreInstall() || isTesting(this)) {
|
||||
Log.i("IAB start");
|
||||
/*
|
||||
billingClient = BillingClient.newBuilder(this)
|
||||
billingClient = BillingClient.newBuilder(getApplicationContext()
|
||||
.enablePendingPurchases()
|
||||
.setListener(this)
|
||||
.build();
|
||||
|
|
Loading…
Reference in a new issue