You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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
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
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
The text was updated successfully, but these errors were encountered: