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 9f73dc7 commit f1ab377Copy full SHA for f1ab377
library/src/com/loopj/android/http/BinaryHttpResponseHandler.java
@@ -57,7 +57,7 @@
57
*/
58
public class BinaryHttpResponseHandler extends AsyncHttpResponseHandler {
59
// Allow images by default
60
- private static String[] mAllowedContentTypes = new String[]{
+ private String[] mAllowedContentTypes = new String[]{
61
"image/jpeg",
62
"image/png"
63
};
0 commit comments