eggheadgames / android-in-app-payments

Support Android Google Play and Amazon in-app billing (IAP) payments with one API
MIT License
58 stars 14 forks source link

NPE: IabHelper.java line 930 #6

Closed AlexDibrivnyy closed 8 years ago

AlexDibrivnyy commented 8 years ago
Apisov commented 8 years ago

We did a little bit the same work. Here I made more coverage for null checks.

7

I think we can merge only my PR.

AlexDibrivnyy commented 8 years ago

Invalid, PR https://github.com/eggheadgames/android-in-app-payments/pull/7 has more extended protection of context null check.