Skip to content

Commit e0384b5

Browse files
Ron RadtkeRon Radtke
authored andcommitted
reverse #88
1 parent 74e5cc1 commit e0384b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtilReq.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ private void done(Response resp) {
604604
ReactNativeBlobUtilFileResp ReactNativeBlobUtilFileResp;
605605

606606
try {
607-
ReactNativeBlobUtilFileResp = new ReactNativeBlobUtilFileResp(responseBody);
607+
ReactNativeBlobUtilFileResp = (ReactNativeBlobUtilFileResp) responseBody;
608608
} catch (ClassCastException ex) {
609609
// unexpected response type
610610
if (responseBody != null) {

0 commit comments

Comments
 (0)