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 4804120 commit 28d9346Copy full SHA for 28d9346
library/src/main/java/com/loopj/android/http/DataAsyncHttpResponseHandler.java
@@ -30,7 +30,7 @@
30
public abstract class DataAsyncHttpResponseHandler extends AsyncHttpResponseHandler {
31
private static final String LOG_TAG = "DataAsyncHttpResponseHandler";
32
33
- protected static final int PROGRESS_DATA_MESSAGE = 6;
+ protected static final int PROGRESS_DATA_MESSAGE = 7;
34
35
/**
36
* Creates a new AsyncHttpResponseHandler
0 commit comments