zhu-flyingsheep / android-query

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

ah in AbstractAjaxCallback is overwrite and cleared by ah in AbstractAQuery #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in latest release.

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