Amazon: Initialize listProductsCommandPtrs
This commit is contained in:
parent
906a4679e4
commit
faf62f2314
@ -45,6 +45,7 @@ public class IapAmazon implements PurchasingListener {
|
|||||||
this.activity = activity;
|
this.activity = activity;
|
||||||
this.autoFinishTransactions = autoFinishTransactions;
|
this.autoFinishTransactions = autoFinishTransactions;
|
||||||
this.listProductsListeners = new HashMap<RequestId, IListProductsListener>();
|
this.listProductsListeners = new HashMap<RequestId, IListProductsListener>();
|
||||||
|
this.listProductsCommandPtrs = new HashMap<RequestId, Long>();
|
||||||
this.purchaseListeners = new HashMap<RequestId, IPurchaseListener>();
|
this.purchaseListeners = new HashMap<RequestId, IPurchaseListener>();
|
||||||
PurchasingService.registerListener(activity, this);
|
PurchasingService.registerListener(activity, this);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user