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

Commit a512d93

Browse files
authored
Merge pull request #98 from Kaishley/patch-2
[Android] Removed duplicate code in RNFetchBlobBody.java
2 parents d8a6ea3 + d59e8bd commit a512d93

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)