Skip to content

Commit bf0fc6b

Browse files
committed
Overcoming github teething problems: cleanup and missed commit. ImageHttpResponseHandler tested and working well at this commit.
1 parent 5d2c25f commit bf0fc6b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ build
66
local.properties
77
bin/
88
gen/
9-
_layouts
10-
res/
9+
_layouts

src/com/loopj/android/http/AsyncHttpResponseHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ void sendResponseMessage(HttpResponse response) {
218218
}
219219
responseBody = EntityUtils.toString(entity);
220220
} catch(IOException e) {
221-
sendFailureMessage(e, null);
221+
sendFailureMessage(e, (String) null);
222222
}
223223

224224
if(status.getStatusCode() >= 300) {

0 commit comments

Comments
 (0)