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.
2 parents 3903b24 + ee76cd1 commit f3a08c9Copy full SHA for f3a08c9
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