Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Fix known errors from Stackoverflow and users experiences #235

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Tolriq
Copy link

@Tolriq Tolriq commented Jun 6, 2014

Handle some possible case where bundle or extra are null.

Add needed disposed checks in all async Handler.

@@ -639,17 +641,31 @@ public void run() {
inv = queryInventory(querySkuDetails, moreSkus);
} catch (IabException ex) {
result = ex.getResult();
} catch (NullPointerException e) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which variable is null here?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants