We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4329b76 commit ee76cd1Copy full SHA for ee76cd1
library/src/main/java/com/loopj/android/http/AsyncHttpResponseHandler.java
@@ -148,7 +148,7 @@ public void setUseSynchronousMode(boolean value) {
148
Log.w(LOG_TAG, "Current thread has not called Looper.prepare(). Forcing synchronous mode.");
149
}
150
151
- // If using synchronous mode.
+ // If using asynchronous mode.
152
if (!value && handler == null) {
153
// Create a handler on current thread to submit tasks
154
handler = new ResponderHandler(this);
0 commit comments