Closed ijdoc closed 11 years ago
This exception occurred when no tags were yet available AND when one tag was available after some gesturing.
Happened again when trying to get a screenshot for another bug report... this issue should go to the top of the bug fixing queue
Surrounding intent with 'hasExtra()' test to skip action if null extra. Will commit if it fixes the issue
@elyas-bhy said:
I think it should be: if (urn != null) because the extra is always there it's just that the server returns a null value when it encounters a problem either way, I'm not able to reproduce this bug... you're getting this during startup, right?
@elyas-bhy I haven't had the null pointer exception since f63cd96 so I don't know if that is the issue. I am getting the issue after 'initialization' sometimes right away and sometimes after performing a few gestures, which mostly have no effect on the UI as described in #33
@elyas-bhy seems you are right... I just got the NPE again. Do you want to make the changes or should I?
@jorgesilva I'm on it
@jorgesilva https://github.com/idrc/tagin/pull/36
trace...