Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes on Android, because of global, possibly null objects used #117

Closed
keesvandieren opened this issue Aug 26, 2016 · 0 comments
Closed

Comments

@keesvandieren
Copy link
Member

The V3GoogleInAppBillingService has some static references to Gdx.app.

This caused some crashes, as those methods are sometimes called while the app is disposing, and Gdx.app is null

@keesvandieren keesvandieren changed the title Use only provided objects, no globals in gdx-pay-anrdoid-googleplay Use only provided objects, no globals in gdx-pay-android-googleplay Aug 26, 2016
keesvandieren added a commit that referenced this issue Aug 26, 2016
@keesvandieren keesvandieren changed the title Use only provided objects, no globals in gdx-pay-android-googleplay Solve crashes android: use only constructor provided objects, no globals Aug 26, 2016
@keesvandieren keesvandieren changed the title Solve crashes android: use only constructor provided objects, no globals Crashes Android, because of global, possibly null objects used Aug 26, 2016
@keesvandieren keesvandieren changed the title Crashes Android, because of global, possibly null objects used Crashes on Android, because of global, possibly null objects used Aug 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant