mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Source sync
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user