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 74e5cc1 commit e0384b5Copy full SHA for e0384b5
android/src/main/java/com/ReactNativeBlobUtil/ReactNativeBlobUtilReq.java
@@ -604,7 +604,7 @@ private void done(Response resp) {
604
ReactNativeBlobUtilFileResp ReactNativeBlobUtilFileResp;
605
606
try {
607
- ReactNativeBlobUtilFileResp = new ReactNativeBlobUtilFileResp(responseBody);
+ ReactNativeBlobUtilFileResp = (ReactNativeBlobUtilFileResp) responseBody;
608
} catch (ClassCastException ex) {
609
// unexpected response type
610
if (responseBody != null) {
0 commit comments