Skip to content

Commit 28d9346

Browse files
committed
1 parent 4804120 commit 28d9346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public abstract class DataAsyncHttpResponseHandler extends AsyncHttpResponseHandler {
3131
private static final String LOG_TAG = "DataAsyncHttpResponseHandler";
3232

33-
protected static final int PROGRESS_DATA_MESSAGE = 6;
33+
protected static final int PROGRESS_DATA_MESSAGE = 7;
3434

3535
/**
3636
* Creates a new AsyncHttpResponseHandler

0 commit comments

Comments
 (0)