weithink/android-query

ah in AbstractAjaxCallback is overwrite and cleared by ah in AbstractAQuery

Closed this issue · 1 comments

What steps will reproduce the problem?
1. Just run AjaxAuthActivity in demo project
2. Debug output ah in networkWork() of AbstractAjaxCallback.java
3. You will see ah is null and is not set by cb.auth(this, AQuery.AUTH_PICASA, 
AQuery.ACTIVE_ACCOUNT);

What is the expected output? What do you see instead?
Expect ah is not null, but ah is null

What version of the product are you using? On what operating system
Release 0.25.8

Please provide any additional information below.
AbstractAjaxCallback 's ah is set to AbstractAQuery's ah in AbstractAQuery's 
invoke() function.

Original issue reported on code.google.com by gebing1...@gmail.com on 9 May 2013 at 5:56

Fixed in latest release.

Original comment by tinyeeliu@gmail.com on 9 May 2013 at 8:14

  • Changed state: Fixed