patreek / marketbilling

Automatically exported from code.google.com/p/marketbilling
0 stars 0 forks source link

java.lang.IllegalArgumentException: Service not registered in IapHelper dispose #145

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
STEPS TO REPRODUCE:
Happens in the wild

SUGGESTED FIX:
Change 
IabHelper:291 to:
            if (mContext != null && mService != null) mContext.unbindService(mServiceConn);

Original issue reported on code.google.com by guy.tavor on 13 Aug 2013 at 7:50