epicacrylic / sofurry-android-app

Automatically exported from code.google.com/p/sofurry-android-app
0 stars 1 forks source link

NullPointerException in base/classes/ActivityWithRequests.java #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you leave the application through a URL, launching the browser, and you then 
press the back-button, sometimes there's a NullPointerException triggered by 
[https://code.google.com/p/sofurry-android-app/source/browse/trunk/src/com/sofur
ry/base/classes/ActivityWithRequests.java#39 line 39].

I'm not entirely sure, but it seems as if the ItemStorage is emptied, or the 
object retrieved is otherwise invalid (ie. Null).

Original issue reported on code.google.com by angelod1...@gmail.com on 14 Jan 2011 at 10:28

GoogleCodeExporter commented 9 years ago
It would appear that Wiki syntax isn't permitted in issues. Oh well, the needed 
information is still there, at least. :)

Original comment by angelod1...@gmail.com on 14 Jan 2011 at 10:30

GoogleCodeExporter commented 9 years ago
Okay the line number has changed now. It's the line containing:
requesthandler.setFeedbackReceive(this);

I've added something that -might- fix it, but I have been unable to verify if 
this is the case or not yet.

Original comment by angelod1...@gmail.com on 9 Feb 2011 at 12:57

GoogleCodeExporter commented 9 years ago

Original comment by angelod1...@gmail.com on 18 Feb 2011 at 2:42