HaxeExtension / extension-iap

Support for In-App Purchase
Other
70 stars 46 forks source link

Catch null pointer exception for disposal. #20

Closed thomasuster closed 9 years ago

thomasuster commented 9 years ago

if InAppPurchase.java onDestroy called before queryInventory callback fires a null exception will occur here.

thomasuster commented 9 years ago

bump