Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit d59e8bd

Browse files
authored
Update RNFetchBlobBody.java
Removed duplicated code at line 107
1 parent d8a6ea3 commit d59e8bd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: src/android/src/main/java/com/RNFetchBlob/RNFetchBlobBody.java

-5
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,6 @@ public MediaType contentType() {
103103
return mime;
104104
}
105105

106-
@Override
107-
public long contentLength() {
108-
return contentLength;
109-
}
110-
111106
@Override
112107
public void writeTo(BufferedSink sink) {
113108
try {

0 commit comments

Comments
 (0)