Skip to content

Commit dabe9ab

Browse files
author
Oriental Sensation
committed
Small logical error.
1 parent 9851adb commit dabe9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/loopj/android/http/AsyncHttpResponseHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public String getCharset() {
179179
*/
180180
public AsyncHttpResponseHandler() {
181181
// Use asynchronous mode by default.
182-
setUseSynchronousMode(true);
182+
setUseSynchronousMode(false);
183183
}
184184

185185
/**

0 commit comments

Comments
 (0)