Skip to content

Commit f1ab377

Browse files
committed
Fixed wrong static field, Closing android-async-http#229
1 parent 9f73dc7 commit f1ab377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/com/loopj/android/http/BinaryHttpResponseHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
*/
5858
public class BinaryHttpResponseHandler extends AsyncHttpResponseHandler {
5959
// Allow images by default
60-
private static String[] mAllowedContentTypes = new String[]{
60+
private String[] mAllowedContentTypes = new String[]{
6161
"image/jpeg",
6262
"image/png"
6363
};

0 commit comments

Comments
 (0)