Skip to content

Commit a82cd89

Browse files
Ron RadtkeRon Radtke
authored andcommitted
Merge remote-tracking branch 'origin/develop' into feature/media_collections
2 parents 6b5de39 + e0384b5 commit a82cd89

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
@@ -598,7 +598,7 @@ private void done(Response resp) {
598598
ReactNativeBlobUtilFileResp ReactNativeBlobUtilFileResp;
599599

600600
try {
601-
ReactNativeBlobUtilFileResp = new ReactNativeBlobUtilFileResp(responseBody);
601+
ReactNativeBlobUtilFileResp = (ReactNativeBlobUtilFileResp) responseBody;
602602
} catch (ClassCastException ex) {
603603
// unexpected response type
604604
if (responseBody != null) {

0 commit comments

Comments
 (0)