Source sync

This commit is contained in:
M66B
2022-05-04 20:37:36 +02:00
parent 0b244a590b
commit 8890eb7098

View File

@@ -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();