patreek / marketbilling

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

Patch for /v3/src/com/example/android/trivialdrivesample/util/IabHelper.java #138

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In any moment an async operation is running dispose can be called on the main 
thread. The synchronization with the worker thread is not implemented. The 
quick option is to handle the occurring exceptions in this case. The other 
option would be to use locks, synchronized etc.

Original issue reported on code.google.com by tmanthe...@gmail.com on 4 Aug 2013 at 7:10

Attachments: